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(...))
}
pik-piam/magclass documentation built on June 2, 2025, 9:31 a.m.