R/dq_report.R

Defines functions dq_report

Documented in dq_report

#' Generate a full DQ report
#'
#' Deprecated
#'
#' @param ... Deprecated
#' @return Deprecated
#' @export
#' @importFrom stats setNames
dq_report <- function(...) {
  lifecycle::deprecate_stop("2.1.0", what = "dq_report()", 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.