#' Insert LHS replacement pipe
#'
#' @return
#' @import magrittr
#' @export
#'
#' @examples
insert_LHSRHS_addin <- function(){
rstudioapi::insertText(" %<>% ")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.