R/hello.R

#' Hello!
#'
#' This is a starter function to just say hello!
#' @param "" no arguement needed
#' @return "Hi, I'm Jasmine"
#' @export
#'
#' @examples
#' hello()
hello <- function(){
  print("Hi, I'm Jasmine")
}
jasdumas/dumas documentation built on May 18, 2019, 4:49 p.m.