synthetic_table.Rd
Create the blueprints of a synthetic table
synthetic_table(..., id = "synthetic table", return_type = options("synthetic_return_type"))
... | column templates created with the various template_ methods |
---|---|
id | ID of the synthetic table (e.g. 'fst homepage dataset') |
return_type | table type to return, valid options are 'data.table', 'tibble', 'data.frame' |
a synthetic table template that can be used to generate synthetic data using generate()