R/hello.R

Defines functions hello

#' @export
#'
hello <- function(){
  print("Hello! you did it :)")
}
nbedelman/ILovePackages documentation built on Oct. 8, 2020, 12:25 a.m.