R/hello.R

Defines functions hello

Documented in hello

#' Prints 'hello world, it's Luca'
#' @export
hello <- function() {
  print("Hello world, it's Luca!")
}
lucacerab/RPkgTest documentation built on Jan. 20, 2020, 12:08 a.m.