R/pipeline_vectorized.R

Defines functions pipeline_vectorized

Documented in pipeline_vectorized

#' Call (nearly) one "Accuracy" function with many parameterizations at once
#' automatically
#'
#' @param ... Deprecated
#'
#' @description
#'
#' Deprecated
#'
#'
#' @return Deprecated
#'
#' @export
#' @importFrom stats setNames
#'
pipeline_vectorized <- function(...) {
  lifecycle::deprecate_stop("2.1.0", what = "pipeline_vectorized()",
                      with = "dq_report2()")
}

Try the dataquieR package in your browser

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

dataquieR documentation built on May 29, 2024, 7:18 a.m.