R/hello.R

Defines functions hello

Documented in hello

#' To test
#'
#' @export
#'
#' @examples
#' hello()
hello <- function(){
  print('Hello world.')
}
Lian-Lab/LIANLABDATA documentation built on Feb. 28, 2021, 12:12 a.m.