fake_base_clients | R Documentation |
A fake base of customer support tickets
fake_base_clients(n, local = c("en_US", "fr_FR"), seed = 2811)
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 |
A dataframe of fake clients.
fake_base_clients(n = 10)
fake_base_clients(n = 10, local = "fr_FR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.