R/hello.R

#' La fonction sert à afficher Hello, world!
#' Cela permet de vérifier que tout marche bien
#'
#' @return "Hello, world!"
#' @export
#'
#' @examples hello()
hello <- function() {
  print("Hello, world!")
}
ouidata/creationPackageLive documentation built on July 4, 2019, 1:08 p.m.