Calculate if the personal identity number is a coordination number.
Arguments
- pin
A vector of class
pin
. See as.pin.
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", "196408833224")
pin_coordn(ex_pin)
#> [1] FALSE TRUE