Learn R Programming

charlatan (version 0.2.2)

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. options: en_US (default), bg_bg, cs_cz, de_de, es_mx, fa_ir, fr_fr, hr_hr, it_it

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab