ch_ssn {charlatan}R Documentation

Create fake Social Security Numbers

Description

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)

See Also

SSNProvider

Examples

ch_ssn()
ch_ssn(10)

[Package charlatan version 0.5.1 Index]