inst/hellow/R/hello.R

#' Say hello
#'
#' @return
#' Flavor of "Hello".
#'
#' @export
#'
isay <- function() {
  message(praise::praise())
  h <- sample(c("Hello", "Hi", "Howdy", "Hey now", "What's up?"), size = 1)
  return(h)
}

Try the pracpac package in your browser

Any scripts or data that you put into this service are public.

pracpac documentation built on July 9, 2023, 5:50 p.m.