| ch_name | R Documentation | 
Create fake person names
ch_name(n = 1, locale = NULL, messy = FALSE)
| n | (integer) number of things to get, any non-negative integer | 
| locale | (character) the locale to use. See
 | 
| messy | (logical) make some messy data. Default:  | 
PersonProvider_en_US
ch_name()
ch_name(10)
# or even 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.