bake
bake.Rd
Evaluate the steps and store the recipe results
Arguments
- .rec
the R6 recipe object.
- data
an optional data frame, list or environment (or object coercible by
as.data.frame
to a data frame) containing the variables in the model. If not found indata
, the variables are taken fromenvironment(formula)
, typically the environment from whichlm
is called.