R/hello.R

#' Hello, world!
#'
#' This is an example function named 'hello'
#' which prints 'Hello, world!'.

#' @export
#' @keywords hello
#' @examples
#' hello()

hello <- function() {
  print("Hello, world!")
}
lockhartandrewj/andycat documentation built on June 23, 2019, 12:04 a.m.