R/schema_conf.R
faker_configuration.Rd
Generated with the set of configuration functions: default_simulation_params, opt_default_table, special_simulation, restricted_simulation, sourcing_metadata.
default_faker_opts
set_faker_opts(
opt_pull_character,
opt_pull_numeric,
opt_pull_integer,
opt_pull_logical,
opt_pull_date,
opt_pull_table,
opt_default_character,
opt_simul_spec_character,
opt_simul_restricted_character,
opt_simul_default_fun_character,
opt_default_numeric,
opt_simul_spec_numeric,
opt_simul_restricted_numeric,
opt_simul_default_fun_numeric,
opt_default_integer,
opt_simul_spec_integer,
opt_simul_restricted_integer,
opt_simul_default_fun_integer,
opt_default_logical,
opt_simul_spec_logical,
opt_simul_restricted_logical,
opt_simul_default_fun_logical,
opt_default_date,
opt_simul_spec_date,
opt_simul_restricted_date,
opt_simul_default_fun_date,
opt_default_table,
global = TRUE
)
get_faker_opts()
An object of class list
of length 27.
Parameters defined in default configuration that can be modified by using set_faker_opts
function.
Please make sure each parameter is specified by method designed to it.
If TRUE, default the configuration will be set up globally
(no need to pass it as a faker_opts
parameter for schema_source and schema_methods).
set_faker_opts
allows to overwrite selected options.
get_faker_opts
lists the current options configuration.