R/0_imports.R

#' @importFrom magrittr %>%
#' @importFrom recipes add_step bake ellipse_check format_ch_vec prep
#' @importFrom recipes format_selectors has_type is_trained prep printer rand_id
#' @importFrom recipes recipes_eval_select sel2char step check_type
#' @importFrom recipes check_new_data remove_original_cols
#' @importFrom recipes get_keep_original_cols
#' @importFrom purrr map_dbl
#' @importFrom rlang na_chr enquos %||%
#' @importFrom tibble as_tibble tibble
#' @importFrom generics tidy
NULL

#' @importFrom generics required_pkgs
#' @export
generics::required_pkgs

globalVariables(".")

Try the extrasteps package in your browser

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

extrasteps documentation built on Oct. 4, 2024, 1:07 a.m.