R/hello.R

Defines functions hello

hello <- function(world = "world") {
  print(paste("Hello", world))
}
aryoda/R_pkg_knitr_child_vignette_issue documentation built on May 29, 2019, 11:04 p.m.