powered by
Une fausse base client de ticket Telecom
fake_ticket_client( vol, x, n = 200, split = FALSE, seed = 2811, local = c("en_US", "fr_FR") )
A dataframe of fake tickets.
le nombre de tickets a retourner
Optionnal. fake client data base
Number of clients in the client database if x not provided
la base doit elle être separee en deux ?
fixe la graine aleatoire
the local of the base. Currently supported : "fr_FR" and "en_US".
Same client can have multiple tickets
Some clients are more sampled than others
Some types are more sampled than others
Some etat are more sampled than others
x <- fake_ticket_client(1000, split = TRUE) plot(x$clients$entry_date, x$clients$fidelity_points) barplot(table(x$tickets$type)) barplot(table(x$tickets$state))
Run the code above in your browser using DataLab