Learn R Programming

CNID (version 2.0.2)

birth_date: Get date of birth information from ID number

Description

Get date of birth information from ID number.

Usage

birth_date(id)

Value

Date of birth vector obtained from ID numbers.

Arguments

id

A vector of ID numbers.

Examples

Run this code
id = c(
"653127198503161793",
"652801197305161555",
"130206202202291545", 
"110101841125178",
"12345678",
"65312a198204181793"
)
birth_date(id)

Run the code above in your browser using DataLab