R/deprec-terms_select.R

Defines functions terms_select

Documented in terms_select

#' Select terms in a step function.
#'
#' @description
#' `r lifecycle::badge("deprecated")`
#'
#' Please use [recipes_eval_select()] instead.
#'
#' @keywords internal
#' @export
terms_select <- function(terms, info, empty_fun = function(x) x) {
  lifecycle::deprecate_stop("1.0.6", "terms_select()", "recipes_eval_select()")
}

Try the recipes package in your browser

Any scripts or data that you put into this service are public.

recipes documentation built on June 8, 2025, 10:21 a.m.