Learn R Programming

charlatan (version 0.6.1)

ch_ssn: 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

Run this code
ch_ssn()
ch_ssn(10)

Run the code above in your browser using DataLab