schema_: Create schema object and perform desired actionsThe set of methods that allow to source schema object and perform needed actions such as simulating data or checking schema dependecy graph. |
|
---|---|
Source schema file into dependency graph object |
|
|
Schema object methods |
opt_pull_: Configure metadata sourced from DatabaseConfigure which metadata describing tables and columns should be sourced when dumping the YAML schema from Database. |
|
|
Specify YAML configuration options while pulling the schema from DB |
opt_default_: Configure default parameters attached to each column type and tablesConfigure what default parameters should be applied to columns and tables when the ones are not directly provided in configuration file |
|
Configure data simulation options |
|
|
Setup default column type parameters |
opt_simul_spec_: Configure special simulation methodsConfigure set of available special methods for simulating column values |
|
|
Set of functions defining special simulation methods for column and its type |
opt_simul_restricted_: Configure restricted simulation methodsConfigure set of available restricted methods for simulating column values |
|
|
Simulate data restricted by extra column parameters |
simul_: Available simulation methodsSpecial, Restricted and Default methods available for simulating each column type |
|
|
Character type simulation methods |
|
Numeric type simulation methods |
|
Date type simulation methods |
|
Integer type simulation methods |
|
Logical type simulation methods |
List and set the package configurationList standard package configuration and set your custom one |
|
Default options for pulling metadata and data simulation |
|
nrows_simul: Specify target number of simulated rows for each tableMethods passed to opt_default_table that allows to specify what number of rows should each simulated table have |
|
Methods for extracting number of target rows in simulation |
|
Sample modifiersMethods that allow to perform useful operations on sample, such as making sure sample is unique or have desired number of NAs |
|
Modify sample with desired condition |