R/hello.R

#' Hello world
#'
#' This is our first function using roxygen2
#'
#' @return character string "Hello, world!"
#' @export
#'
#' @examples
#' hello()
hello <- function() {
  print("Hello, world!")
}
nachti/firstpackage documentation built on May 23, 2019, 12:04 p.m.