#' Add %>>%
#'
#' @export
#'
pipeaddin <- function(){
ctx <- rstudioapi::getActiveDocumentContext()
rstudioapi::insertText(ctx$selection[[1]]$range$start, " %>>% ")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.