R/wholesome_function.R

Defines functions wholesome_function

Documented in wholesome_function

#' wholesome_function
#'
#' Function that is wholesome
#' @return Wholesomeness
#' @export

wholesome_function <- function() {
  print("You can do it my guy!")
}
jf15558/TestPackage documentation built on Dec. 20, 2021, 11:07 p.m.