Learn R Programming

Ricetl (version 0.2.5.1)

id2verify: To Determine Whether an ID Number is a Real ID Number

Description

To determine whether an ID number is a real ID number.

Usage

id2verify(x)

Arguments

x

A vector containing 18 Bit ID numbers,id2age.

Examples

Run this code
# NOT RUN {
library(Ricetl)
x <- c('654003198111200241','341881197709275718',
'340503199401248097','469030199406204103','51110019')
id2verify(x)

# }

Run the code above in your browser using DataLab