R/test_function.R

Defines functions test_function

Documented in test_function

#' Test Function
#' @description prints a string
#' @param s character what to print
#' @export
test_function <- function(s = "GREAT") {
  s
  }
geebioso/actionstest documentation built on Dec. 20, 2021, 9:50 a.m.