fake_base_clients: Create a fake base of tickets

View source: R/fake_client.R

fake_base_clientsR Documentation

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)

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

Value

A dataframe of fake clients.

Examples

fake_base_clients(n = 10)
fake_base_clients(n = 10, local = "fr_FR")


fakir documentation built on April 14, 2023, 12:34 a.m.