pin_date {sweidnumbr} | R Documentation |
Calculate the date of birth from a pin
Description
Calculates the date of birth in date format.
Usage
pin_date(pin)
Arguments
pin |
A vector of class |
Value
Date of birth as a vector in date format.
Examples
# Examples taken from SKV 704 (see references)
ex_pin <- c("196408233234", "186408833224")
pin_date(ex_pin)
[Package sweidnumbr version 1.5.0 Index]