Look at the following PR for examples of how it should be done https://github.com/tidymodels/recipes/pull/1486. the main thing to remember is that `enquos()` should be used. Should be done to all steps with `outcome` arguments.
Look at the following PR for examples of how it should be done tidymodels/recipes#1486.
the main thing to remember is that
enquos()should be used.Should be done to all steps with
outcomearguments.