Learn R Programming

CNID (version 1.3.1)

cnid_info: Get full information from ID number

Description

Get full information from ID number.

Usage

cnid_info(id)

Value

A list about date of birth, age, gender, etc. obtained from ID number.

Arguments

id

A vector of ID numbers.

Examples

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

Run the code above in your browser using DataLab