R/write.report2.R

Defines functions write.report2

Documented in write.report2

#' Write file in report format
#'
#' This function is deprecated, please use \code{\link{write.report}} instead.
#'
#'
#' @param ... arguments are forwarded to \code{\link{write.report}}
#' @author Jan Philipp Dietrich
#' @seealso \code{\link{write.report}}
#' @export
write.report2 <- function(...) {
  .Deprecated("write.report")
  return(write.report(...))
}

Try the magclass package in your browser

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

magclass documentation built on July 9, 2023, 7:03 p.m.