inst/examples/phonenumber-provider-template.R

phone_number_formats_template <- c()

#' @title PhoneNumberProvider for ...
#' @inherit PhoneNumberProvider description details return
#' @family ...
#' @export
#' @examples
#' z <- PhoneNumberProvider_template$new()
#' z$render()
PhoneNumberProvider_template <- R6::R6Class(
    inherit = PhoneNumberProvider,
    "PhoneNumberProvider_template",
    private = list(
        locale_ = "template",
        formats = phone_number_formats_template
    )
)

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.