R/print.date_compare.R

#' print.date_compare
#'
#' @param x An Object of the class date_compare
#' @param ... ...
#' @export

# define the representation of the date_compare function
print.date_compare <- function(x,...){
  cat("Exam date =", x$Exam_date, "\n")
  cat("Mean =", x$Mean, "\n")
}
MartinWut/GoeFlexStatCrawler documentation built on May 17, 2019, 8:20 a.m.