R/hello.R

#' Hello
#'
#' @return NULL
#' @export
#'
#' @examples hello()
hello <- function() {
  print("Hello, world!")
}
ad1729/findBug documentation built on May 10, 2019, 5:13 a.m.