R/hello.R

Defines functions hello

Documented in hello

#' Prints the text 'Hello, world!'
#' @return nothing
#' @export
#' @author Default RStudio code, modified by Richel Bilderbeek
hello <- function() {
  print("Hello, world!")
}
BEAST2-Dev/rbeast2 documentation built on May 5, 2019, 10:24 a.m.