#' Dummy Function 1
#'
#' This is the Dummy Function 1
#' @return The text 'This is a Dummy Function 1'
#' @export
dummyFunction1 <- function() {
print("This is a Dummy Function 1")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.