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