#' Prints Hello, World! to the console.
#'
#' @return No value returned
#' @export
#'
#' @examples
#' helloworld()
helloworld <- function() {
message("Hello, World!")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.