R/hello.R

#' hello world
#'
#' @export
hello <- function() {
  print("Hello, world!")
}
Guangyou/rBioLib documentation built on May 6, 2019, 9:03 p.m.