#' Insert a sepearting line.
#'
#' Call this function as an addin to insert \code{ # --- } at the cursor position.
#'
#' @export
insertComLine <- function() {
rstudioapi::insertText("# --------------------------------------------------------------------------- ")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.