# English - the default locale
(x <- fraudster())
x$job()
x$name()
x$color_name()
x$safe_color_name()
x$hex_color()
x$safe_hex_color()
x$rgb_color()
x$rgb_css_color()
# different locales
## French
(y <- fraudster(locale = "fr_FR"))
y$job()
## Croatian
(z <- fraudster(locale = "hr_HR"))
z$job()
## Ukranian
(w <- fraudster(locale = "uk_UA"))
w$job()
w$color_name()
# geospatial
x$lat()
x$lon()
x$position()
# DOIs (Digital Object Identifier)
x$doi()
Run the code above in your browser using DataLab