id2address: Extraction Address

Description Usage Arguments Author(s) Examples

Description

Extraction of age in the resident identity cards of People's Republic of China.

Usage

1
id2address(x,fillna=NA)

Arguments

x

A vector containing 18 Bit ID numbers,id2age.

fillna

The filling value of the missing value,the default value is NA,id2age.

Author(s)

Xu Jing

Examples

1
2
3
4
5
library(Ricetl)
x <- c('654003198111200241','341881197709275718',
'340503199401248097','469030199406204103','51110019')
id2address(x)
id2address(x,fillna='Error')

Ricetl documentation built on June 10, 2019, 1:03 a.m.