R/hello.R

Defines functions hello

Documented in hello

##' Hello group!
##'
##' Hello group, this is going to be our first package.
##' @title Hello group!
##' @return
##' @author
##'

hello <- function() {
  print("Hello, group!")
}
liupeng2117/BIOST2094-Final-Project documentation built on May 21, 2019, 6:42 a.m.