R/hello_world.R

#' hello_world
#'
#' The typical hello world example. Demonstrates also how to name functions and
#' the effect of family.
#'
#' @return character a string; default is 'Hello, world!'
#' @author Reinhard Simon
#' @family example
#' @example inst/examples/ex_hello.R
#' @export
hello_world <- function() {
  hello()
} 
c5sire/scrud documentation built on May 13, 2019, 10:36 a.m.