Learn R Programming

fakir (version 1.0.0)

fake_base_clients: Create a fake base of tickets

Description

A fake base of customer support tickets

Usage

fake_base_clients(n, local = c("en_US", "fr_FR"), seed = 2811)

Value

A dataframe of fake clients.

Arguments

n

the number of clients

local

the local of the base. Currently supported : "fr_FR" and "en_US".

seed

the random seed, default is 2811

Examples

Run this code
fake_base_clients(n = 10)
fake_base_clients(n = 10, local = "fr_FR")

Run the code above in your browser using DataLab