R/wholesome_function2.R

Defines functions wholesome_function2

Documented in wholesome_function2

#' wholesome_function2
#'
#' Another function that is wholesome
#' @return Moar wholesomeness
#' @export

wholesome_function2 <- function() {
  print("What would Master Oogway do?")
}
jf15558/TestPackage documentation built on Dec. 20, 2021, 11:07 p.m.