R/test22.R

Defines functions test22

Documented in test22

#' Test
#'
#' Prints "test"
#' @param
#' @return "test"
#' @export
test22 <- function() {
  print("This is a test!")
}
Diversity-ParetoOptimal/Demo documentation built on May 6, 2019, 2:38 p.m.