R/report.R

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