Create fake Social Security Numbers
Usage
ch_ssn(n = 1, locale = NULL)
Arguments
- n
(integer) number of things to get, any non-negative integer
- locale
(character) the locale to use. See
SSNProvider$new()$allowed_locales()
for locales
supported (default: en_US)
Examples
ch_ssn()
#> [1] "117-83-4206"
ch_ssn(10)
#> [1] "211-15-6594" "869-07-4849" "679-93-0834" "581-44-0130" "190-59-9383"
#> [6] "779-81-4822" "181-19-6578" "310-61-5584" "347-57-2906" "794-51-6357"