R/eda.R

Defines functions testfunc

#' @export
testfunc <- function() {
  text <- paste("This is a test function in the pmx6 library.",
                "It was created on April 22, 2022.",
                sep="\n")
  print(text)
}
pseastham-certara/pmx6 documentation built on July 18, 2022, 8:16 p.m.