Date type simulation methods
simul_spec_date_distr(
n,
not_null,
unique,
default,
spec_params,
na_ratio,
levels_ratio,
...
)
simul_default_date(
n,
not_null,
unique,
default,
type,
min_date,
max_date,
format,
na_ratio,
levels_ratio,
...
)
simul_restricted_date_range(
n,
not_null,
unique,
default,
type,
range,
format,
na_ratio,
levels_ratio,
...
)
simul_restricted_date_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).
Date format used to store dates.
Date range or minimum and maximum date from which to simulate data.
Possible values from which to perform simulation.