#' source the n-th section of the script, defaulting to the last section ####
#'
#'
#' @param method2order
#' @param cex
#' @param mar
#'
#' @return None
#'
#' @examples
#' s()
#'
#' @export
s <- function(start = "last",
end = start,
file = dir()[grep("\\.R$", dir(), ignore.case = TRUE)][1]){
r(start, end, file, number.is.section = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.