R/hello.R

Defines functions say_hello

Documented in say_hello

#' Hello!
#'
#' @export
say_hello <- function() {
  print("Hello!")
}
crazycapivara/h3forr documentation built on Dec. 6, 2020, 5:21 a.m.