Examples of how this is done can be found in the following PR: https://github.com/tidymodels/recipes/pull/1485 `check_options()` should be used in each step that has a `options` argument. A test should be added to verify that this is done correctly.
Examples of how this is done can be found in the following PR: tidymodels/recipes#1485
check_options()should be used in each step that has aoptionsargument.A test should be added to verify that this is done correctly.