# generate individual types of data
ch_name()
ch_phone_number()
ch_job()
# generate a data.frame
ch_generate()
# one interface to all data types - generate the class first
# reports the locale to be used, can change optionally
(x <- fraudster())
x$job()
x$name()
x$color_name()
x$hex_color()
# low level interfaces to "data providers"
# these are exported by hidden from package man page
# as most users will likely not interact with these
x <- ColorProvider_en_US$new()
x$color_name()
x$hex_color()
Run the code above in your browser using DataLab