Nothing
#' 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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.