Logical type simulation methods
simul_spec_logical_distr(
n,
not_null,
unique,
default,
spec_params,
na_ratio,
levels_ratio,
...
)
simul_default_logical(
n,
not_null,
unique,
default,
type,
na_ratio,
levels_ratio,
...
)
simul_restricted_logical_fkey(
n,
not_null,
unique,
default,
type,
values,
na_ratio,
levels_ratio,
...
)
Number of values to simulate.
Should NA values be forbidden?
Should duplicated values be allowed?
Default column value.
Set of parameters passed to special method.
Ratio of NA values (in terms of sample length) the sample should have.
Fraction of levels (in terms of sample length) the sample should have.
Other parameters passed to column configuration in YAML file.
Column raw type (sourced from configuration file).
Possible values from which to perform simulation.