charlatan icon indicating copy to clipboard operation
charlatan copied to clipboard

Create fake data in R

Results 40 charlatan issues
Sort by recently updated
recently updated
newest added

Would be nice to have `charlatan` generate random U.S. Social Security Numbers (SSN). Was commented "can do" but then removed from the v0.3 milestone in [issue 61](https://github.com/ropensci/charlatan/issues/61) in 2018. Can...

feature
good-first-issue

Extends ch_generate choices As I wanted to use this for the nl NL locale I also had to add nl support to jobs.

That is, make it more similar to how it works in Python faker, where each locale provider is a class, here inherits from the base provider, with any of its...

internals

Throughout the package we generally have each function that generate some fake thing make 1 of them. And then if a user wants more than 1 then they run it...

e.g. ```r ch_defcategory(n = 60, cat = c("Open", "Closed", "Pending")) ``` generate a vector of 60 categories consisting of either the term "Open," "Closed," or "Pending" Possibly allow variation to...

feature
from-email

I haven't been able to find an example in the faker packages of other languages, but then maybe I have missed existing stuff. The idea would be to have something...

feature

Some entries in `company-provider-de_DE.R` occur multiple times (e.g. "GmbH", "AG", "KG")

- lubridate not an option, too many deps - https://github.com/gaborcsardi/parsedate maybe, but no time zone support that I need - https://cran.r-project.org/web/packages/anytime/ Rcpp and BH though, pretty heavy, though we do...

feature