.jgc {rJava} | 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