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