mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-22 20:00:22 +01:00
19 lines
369 B
Plaintext
19 lines
369 B
Plaintext
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/dob_extract_cpr_function.R
|
||
|
\name{dob_extract_cpr}
|
||
|
\alias{dob_extract_cpr}
|
||
|
\title{Extracting date of birth from CPR}
|
||
|
\usage{
|
||
|
dob_extract_cpr(cpr)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{cpr}{cpr-numbers in format ddmmyy-xxxx.}
|
||
|
}
|
||
|
\description{
|
||
|
For easy calculation.
|
||
|
}
|
||
|
\examples{
|
||
|
dob_extract_cpr()
|
||
|
}
|
||
|
\keyword{cpr}
|