.jgc | R Documentation |
.jgc
invokes the R and Java garbage collectors.
.jgc(R.gc = TRUE, ...)
R.gc |
logical, if |
... |
any additional parameters passed to |
.jgc
invokes the R garbage collector (unless
R.gc=FALSE
) which removes any unused Java references and then
invokes the Java garbage collector to reclaim Java heap space.
Simon Urbanek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.