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