fake_base_clients {fakir} | R 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")
[Package fakir version 1.0.0 Index]