Construct a table specification from one or more recipes

table_spec(data_rec, scaffold_rec = NULL, missing_rec = NULL)

Arguments

data_rec

tibble. A recipe for the data of the table

scaffold_rec

tibble or NULL. A scaffolding join recipe.

missing_rec

tibble or NULL. A recipe for injecting missingness

Value

An object representing the collection of recipes corresponding this single table. Currently a named list.