R/test_funct.R

Defines functions test_funct

Documented in test_funct

#' A Test Function
#'
#' This function lets you know you installed the package correctly
#' @keywords test
#' @export
#' @examples
#' test_funct()
test_funct <- function(){
  print("You installed the package!")
}
jakobottar/stat5810tools documentation built on May 25, 2019, 6:22 p.m.