R/helloworld.R

Defines functions helloworld

Documented in helloworld

#' A Hello World Function
#'
#' This is a test function
#' @param none
#' @keywords helloworld
#' @export
#' @examples
#' helloworld()

helloworld <- function() {
  print("hello R world")
}
oksurf/okRtools documentation built on May 24, 2019, 12:50 p.m.