#' Hello boilerplate function
#'
#' Description boilerplate for the hello function.
#'
#' @return NULL. Called only for the side effect of messaging the console.
#'
#' @examples
#' hello()
#' #> [1] "Hello, world!"
#'
#' @export
hello <- function() {
print("Hello, world!")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.