R/hello.R

#' Hello world
#'
#' @return Hello World!
#' @export
hello <- function() {
  print("Hello, world!")
}
3schwartz/forecast documentation built on May 13, 2019, 1:13 p.m.