R/hello.R

#' An R function with nifty HTML documentation
#'
#' Some stuff about the function
#'
#' \feedbackfooter{'noamross/htmlhelp'}{'R/hello.R'}{TRUE}
#'
#' @return Prints a value
#' @export
hello <- function() {
  print("Hello, world!")
}
noamross/htmlhelp documentation built on May 23, 2019, 9:30 p.m.