#' This is a dummy function
#'
#' @param x Does nothing.
#'
#' @return Prints a message
#' @export
dummy <- function(x){
message("this is a dummy function")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.