#' Utility/wrapper function to DO the default things
#'
#' Simply sources any script called "DO.R" in the current
#' directory. Reduces typing for lazy people like me.
#'
#' @export
do = function() {
source("DO.R")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.