Create the blueprints of a synthetic table

synthetic_table(..., id = "synthetic table",
  return_type = options("synthetic_return_type"))

Arguments

...

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'

Value

a synthetic table template that can be used to generate synthetic data using generate()