R.ignore/print_old.R

#' Print Values
#'
#' @param x an object used to select a method.
#' @param ... further arguments passed to or from other methods.
#'
#' @return Input data invisibly.
#' @rdname print
#' @export
print <- function(x, ...) {
  UseMethod("print", x)
}
villegar/trainR documentation built on Aug. 14, 2021, 10:23 p.m.