R/hello.R

Defines functions hello_world

Documented in hello_world

#' Hello world
#'
#' @export
hello_world <- function() {
  "hello"
}
DavisVaughan/githublab documentation built on May 24, 2019, 12:30 a.m.