R/pipeline_recursive_result.R

Defines functions pipeline_recursive_result

Documented in pipeline_recursive_result

#' Convert a pipeline result data frame to named encapsulated lists
#'
#' @description
#'
#' Deprecated
#'
#' @param ... Deprecated
#'
#' @return Deprecated
#'
#' @export
#' @importFrom stats setNames
pipeline_recursive_result <- function(...) { # nocov start
  lifecycle::deprecate_stop("2.1.0", what = "dq_report()", with = "dq_report2()")
} # nocov end

Try the dataquieR package in your browser

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

dataquieR documentation built on Jan. 8, 2026, 5:08 p.m.