#' Automatically load my most used packages
#' @description Add more packages to the body to facilitate loading of
#' multiple packages at the beginning of an R session
#' @export
atc_load <- function(){
library(rstatix)
library(tidyverse)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.