# Write functions to file
useFunctions <- function(FUNS, file){
if (length(FUNS) == 1 & class(FUNS) != "list") FUNS <- list(FUNS)
}
# Extract all functions from .Rmd file (of a certain package) and write source code(s) to .R file with useFunctions
getallFunctions <- function(rmd, file = NULL, pkg = NULL){
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.