Invoke Java Garbage Collection
.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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.