daDoctoR/man/cpr_check.Rd

19 lines
371 B
Plaintext
Raw Normal View History

2018-10-02 21:07:43 +02:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/cpr_check_function.R
\name{cpr_check}
\alias{cpr_check}
\title{CPR check}
\usage{
cpr_check(cpr)
2018-10-02 21:07:43 +02:00
}
\arguments{
\item{cpr}{cpr-numbers as ddmmyy[-.]xxxx or ddmmyyxxxx. Also mixed formatting.}
2018-10-02 21:07:43 +02:00
}
\description{
Checking validity of cpr number
}
\examples{
2018-10-04 17:04:15 +02:00
cpr_check("231045-0637")
2018-10-02 21:07:43 +02:00
}
\keyword{cpr}