#' Repeat garbage collection
#'
#' @param iter The number of repetition GC
#' @export
gc20 <- function(iter = 20) {
invisible(replicate(iter, gc()))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.