| faker_configuration {DataFakeR} | R Documentation |
Default options for pulling metadata and data simulation
Description
Generated with the set of configuration functions: default_simulation_params, opt_default_table, special_simulation, restricted_simulation, sourcing_metadata.
Usage
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()
Arguments
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 |
Parameters defined in default configuration that can be modified by using |
global |
If TRUE, default the configuration will be set up globally
(no need to pass it as a |
Format
An object of class list of length 27.
Details
set_faker_opts allows to overwrite selected options.
get_faker_opts lists the current options configuration.
[Package DataFakeR version 0.1.3 Index]