powered by
A function that checks whether a satu (Finnish Unique Identification Number) is valid. Returns TRUE or FALSE.
satu
TRUE
FALSE
satu_ctrl(satu)
a vector of 1 or more Unique Identification Numbers
satu_ctrl("10000001N") # TRUE satu_ctrl(c("10000001N", "20000001B")) # TRUE FALSE
Run the code above in your browser using DataLab