R/hello.R

#' Hello Function
#'
#' @return Invisible nothing
#' @export
#'
#' @examples
#' hello()
hello <- function() {
  print("Hello, world!")
}
muschellij2/test.remotes.gitmodules documentation built on May 6, 2019, 7:18 a.m.