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