satu_ctrl {hetu} | R Documentation |
Check Validity of Finnish Unique Identification Number (SATU)
Description
A function that checks whether a satu
(Finnish Unique Identification
Number) is valid. Returns TRUE
or FALSE
.
Usage
satu_ctrl(satu)
Arguments
satu |
a vector of 1 or more Unique Identification Numbers |
Examples
satu_ctrl("10000001N") # TRUE
satu_ctrl(c("10000001N", "20000001B")) # TRUE FALSE
[Package hetu version 1.0.7 Index]