#' Template function file
#'
#' This function does nothing; the file exists to be copied and edited into new
#' function files.
#' @param x Arbitrary; nothing is done with it.
#' @export
template <- function(x) {
return()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.