R/helloworld.R

#' My hello world funciton
#'
#' @export
helloworld <- function(){
    print("hello; world!")
}
gowerc/projectTemplate documentation built on June 1, 2019, 6:06 p.m.