pin_to_date: Calculate the date of birth from a 'pin'

Description Usage Arguments Value Examples

View source: R/pin.R

Description

Calculates the date of birth in date format.

Usage

1

Arguments

pin

A vector of class pin. See as.pin.

Value

Date of birth as a vector in date format.

Examples

1
2
3
# Examples taken from SKV 704 (see references)
ex_pin <- c("196408233234", "186408833224")
pin_to_date(ex_pin)

sweidnumbr documentation built on March 31, 2020, 5:24 p.m.