#' Simple Hello World function
#'
#' @param user name of user to greet
#' @export
hello <- function(user = "World") {
paste("Hello ", user, sep = ", ")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.