R/hello.R

#' @title welcome
#'
#' @description  Welcome message
#'
#' @export

welcome <- function() {
  print("Thank you for downloading my package. I hope you find it useful.")
}
SPietri/Miami311p documentation built on May 16, 2019, 7:22 a.m.