#' Print Hello World
#'
#' This function prints \code{"Hello World!"}.
#'
#' @export
hello <- function() {
invisible(.Call(hello_))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.