#' jgc
#'
#'Garbage collection from rJAVA
#'
#' @return
#' @export
#'
#' @examples
jgc <- function()
{
gc(full = T)
rJava::.jcall("java/lang/System", method = "gc")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.