#' My Hello World function
#'
#' @param x The name to the person to say hi to !
#'
#' @return The output from \code\{\link{print}}
#'
#' @examples
hello <- function(x) {
print(paste0("Hello ",x," this is the world!"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.