Learn R Programming

charlatan (version 0.2.2)

ch_job: Create fake jobs

Description

Create fake jobs

Usage

ch_job(n = 1, locale = NULL)

Arguments

n

(integer) number of things to get, any non-negative integer

locale

(character) the locale to use. Run job_provider_locales() for locales supported (default: en_US)

Examples

Run this code
# NOT RUN {
ch_job()
ch_job(10)
ch_job(500)

ch_job(locale = "fi_FI", n = 10)
ch_job(locale = "fr_FR", n = 10)
ch_job(locale = "fr_CH", n = 10)
ch_job(locale = "hr_HR", n = 10)
ch_job(locale = "fa_IR", n = 10)
ch_job(locale = "pl_PL", n = 10)
ch_job(locale = "ru_RU", n = 10)
ch_job(locale = "uk_UA", n = 10)
ch_job(locale = "zh_TW", n = 10)
# }

Run the code above in your browser using DataLab