R/report.R

#' Report
#'
#' @param x A fitted object.
#' @param ... Other arguments passed to methods
#'
#'
#' @export
report <- function(x, ...) {
  UseMethod("report")
}
kvasilopoulos/vargenerics documentation built on June 29, 2019, 4:19 a.m.