danishcpr | R Documentation |
danishcpr()
converts a list of CPR-numbers to a corresponding list birthday and sex.
danishcpr(code)
code |
list of CPR numbers ( |
Returns a list with $birthday which is a list of dates, and $sex which is a list of Male/Female.
## Not run:
cpr <- danishcpr(code)
birthdays <- cpr$birthday
sex <- cpr$sex
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.