inst/examples/jobs-provider-template.R

#' @title JobProvider template
#' @description generate jobs for locale language (country)
#' @export
#' @keywords internal
#' @examples
#' x <- jobs(locale = "template")
#' x$render()
JobProvider_template <- R6::R6Class(
  inherit = JobProvider,
  "JobProvider_template",
  public = list(
    #' @field job_formats (character) vector of possible formats
    job_formats = c() # fill this in
  )
)

Try the charlatan package in your browser

Any scripts or data that you put into this service are public.

charlatan documentation built on Oct. 17, 2024, 9:06 a.m.