R/hello.R

Defines functions hello

Documented in hello

#' Title
#'
#' @return prints "hello world"
#'
hello <- function(x, y) {
  print("Hello, world!")
}
rparrish/MyPackage documentation built on May 28, 2019, 12:35 a.m.