ch_company {charlatan} | R Documentation |
Create fake company names and other company bits
Description
Create fake company names and other company bits
Usage
ch_company(n = 1, locale = NULL)
Arguments
n |
(integer) number of things to get, any non-negative integer |
locale |
(character) the locale to use. See
|
See Also
Examples
ch_company()
ch_company(10)
ch_company(500)
ch_company(locale = "fr_FR", n = 10)
ch_company(locale = "cs_CZ", n = 10)
ch_company(locale = "es_MX", n = 10)
ch_company(locale = "hr_HR", n = 10)
[Package charlatan version 0.5.1 Index]