R/helloworld.r

#' hello world function
#'
#' Says hello to the world!
#'
#' @name helloworld
#' @usage helloworld()
#' @export

helloworld <- function() {
    message("Hello World!")
}
giupo/testCovrPackrat documentation built on May 17, 2019, 6:01 a.m.