powered by
Create fake person names
ch_name(n = 1, locale = NULL, messy = FALSE)
(integer) number of things to get, any non-negative integer
(character) the locale to use. Run person_provider_locales() for locales supported (default: en_US)
person_provider_locales()
(logical) make some messy data. Default: FALSE
FALSE
# NOT RUN { ch_name() ch_name(10) ch_name(500) ch_name(locale = "fr_FR", n = 10) ch_name(locale = "fr_CH", n = 10) ch_name(locale = "fa_IR", n = 10) ch_name(locale = "fi_FI", n = 10) # }
Run the code above in your browser using DataLab