table_spec: Construct a table specification from one or more recipes

View source: R/db_recipe.R

table_specR Documentation

Construct a table specification from one or more recipes

Description

Construct a table specification from one or more recipes

Usage

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.


Roche/respectables documentation built on Oct. 2, 2024, 8:57 p.m.