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