Description
More Miscellaneous Steps for the 'recipes' Package.
Description
Contains additional miscellaneous steps for the 'recipes' package. These steps are useful, but doesn't have a good home in other 'recipes' packages or its extensions.
README.md
extrasteps
The goal of extrasteps is to provide additional steps for recipes. These steps are located in this package because they don’t fit well in recipes or any of theextensionpackages.
[!IMPORTANT]
These steps work, but they are not tested as rigorously as the steps in tidymodels packages. Hence why they are in this package. Also note that steps can graduate from {extrasteps} to {recipes}, if they prove their worth.
Installation
You can install the released version of extrasteps from CRAN with:
install.packages("extrasteps")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("EmilHvitfeldt/extrasteps")
Code of Conduct
Please note that the extrasteps project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.