ch_ssn: Create fake Social Security Numbers

View source: R/ssn.R

ch_ssnR 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)

ropensci/charlatan documentation built on Oct. 24, 2023, 9:15 a.m.