#' @title Define future globals
#' @description Set maxSize for future parallel processing
set_future_globals <- function(){
rstudioapi::insertText(text = "options(future.globals.maxSize = Inf * 1024^3)")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.