Learn R Programming

charlatan (version 0.6.1)

ch_company: 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 company()$allowed_locales() for locales supported.

See Also

CompanyProvider

Examples

Run this code
ch_company()
ch_company(10)
# or even 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)

Run the code above in your browser using DataLab