Calculates the control number using the Luhn algorithm and compare it with the control number in the personal identity number.
Arguments
- pin
A vector of class
pin
. See as.pin.- force_logical
If TRUE, force all NA in pin to be FALSE. Default is FALSE.
References
Skatteverket, Population registration in Sweden. SKV 717B. (2007)
Skatteverket, Personnummer. SKV 704. (2007) SOU 2008:60 : Personnummer och samordningsnummer, (2008)
Examples
# Examples taken from SKV 704 (see references)
ex_pin <- c("196408233234", "196408233235")
pin_ctrl(ex_pin)
#> [1] TRUE FALSE