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] "247-73-1805"
ch_ssn(10)
#> [1] "841-42-1195" "001-04-7717" "824-44-5114" "203-19-1419" "107-45-6544"
#> [6] "704-02-9897" "813-43-3440" "057-96-5021" "667-90-9010" "699-21-9707"