R/misc.R
check_new_data.Rd
When baking a step, create an information error message when a column that is used by the step is not present in new_data.
new_data
check_new_data(req, object, new_data)
A character vector of required columns.
A step object.
A tibble of data being baked.
Invisible NULL. Side effects are the focus of the function.
developer_functions