check_id {CNID} | R Documentation |
Check the ID number for logical errors
Description
Check the ID number for logical errors.
Usage
check_id(id)
Arguments
id |
A vector of ID numbers. |
Value
A vector of TRUE or FALSE.
Examples
id = c(
"652801197305161555",
"130206202202291545",
"110101841125178"
)
check_id(id)
[Package CNID version 1.3.1 Index]