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] "899-71-8598"
ch_ssn(10)
#> [1] "611-93-6853" "765-19-2777" "482-56-0427" "773-95-5813" "793-91-6380"
#> [6] "304-22-7069" "157-59-8006" "633-98-3700" "860-36-9712" "510-62-4217"