R/throw.R

Defines functions throw_names throw_states throw_jobs

#' @import charlatan

throw_jobs <- function(locale =  "en_US" , n = 10){
  jobs <- charlatan::ch_job(locale = locale, n = n)
  as.list(jobs)
}

#' @import charlatan
throw_states <- function(source , splits , n ){

}

#' @import charlatan
throw_names <- function(source ,  n ){
  names <- charlatan::ch_name(n)
}
shambhu112/gsim documentation built on Jan. 21, 2021, 6:20 p.m.