ch_company: Create fake company names and other company bits

View source: R/company.R

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

See Also

CompanyProvider

Examples

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)

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