R/hello.R

#' Says hello
#'
#' Function that prints hello world
#'
#' @export
#'
#' @examples
#' hello()

hello <- function(){
  return("Hello world")
}
Swarchal/fridayDemo documentation built on May 9, 2019, 3:25 p.m.