diff --git a/R/tidy.R b/R/tidy.R deleted file mode 100644 index 9f4398e..0000000 --- a/R/tidy.R +++ /dev/null @@ -1,11 +0,0 @@ -#' Tidy the Result of a Recipe -#' -#' `tidy` will return a data frame that contains information -#' regarding a recipe or operation within the recipe (when a `tidy` -#' method for the operation exists). See [recipes::tidy.recipe] for -#' more information. -#' -#' @name tidy.recipe -#' -#' @inheritParams recipes::tidy.recipe -NULL diff --git a/man/tidy.recipe.Rd b/man/tidy.recipe.Rd deleted file mode 100644 index 4decc4d..0000000 --- a/man/tidy.recipe.Rd +++ /dev/null @@ -1,46 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/adasyn.R, R/bsmote.R, R/downsample.R, -% R/nearmiss.R, R/rose.R, R/smote.R, R/smotenc.R, R/tidy.R, R/tomek.R, -% R/upsample.R -\name{tidy.step_adasyn} -\alias{tidy.step_adasyn} -\alias{tidy.step_bsmote} -\alias{tidy.step_downsample} -\alias{tidy.step_nearmiss} -\alias{tidy.step_rose} -\alias{tidy.step_smote} -\alias{tidy.step_smotenc} -\alias{tidy.recipe} -\alias{tidy.step_tomek} -\alias{tidy.step_upsample} -\title{Tidy the Result of a Recipe} -\usage{ -\method{tidy}{step_adasyn}(x, ...) - -\method{tidy}{step_bsmote}(x, ...) - -\method{tidy}{step_downsample}(x, ...) - -\method{tidy}{step_nearmiss}(x, ...) - -\method{tidy}{step_rose}(x, ...) - -\method{tidy}{step_smote}(x, ...) - -\method{tidy}{step_smotenc}(x, ...) - -\method{tidy}{step_tomek}(x, ...) - -\method{tidy}{step_upsample}(x, ...) -} -\arguments{ -\item{x}{A \code{step_upsample} object.} - -\item{...}{Not currently used.} -} -\description{ -\code{tidy} will return a data frame that contains information -regarding a recipe or operation within the recipe (when a \code{tidy} -method for the operation exists). See \link[recipes:tidy.recipe]{recipes::tidy.recipe} for -more information. -}