R/hello.R

Defines functions hello

Documented in hello

#' Prints 'Hello world'
#' @export

hello <- function() {
  print("Hello, world!")
}
apf2139/youtubetutorialpkg documentation built on Jan. 1, 2020, 12:53 a.m.