Learn R Programming

CNID (version 1.3.1)

birth_month: Get month of birth information from ID number

Description

Get month of birth information from ID number.

Usage

birth_month(id)

Value

Month of birth vector obtained from ID numbers.

Arguments

id

A vector of ID numbers.

Examples

Run this code
id = c(
"652801197305161555",
"130206202202291545", 
"110101841125178"
)
birth_month(id)

Run the code above in your browser using DataLab