jvm.enablejmx {rrepast} | R Documentation |
Enable jmx for the current R/rJava session
jvm.enablejmx()
Configures the JMX subsystem for the current session of R/rJava.
This function must be called before any other function which initializes
r/Java such as Easy.Setup
or Model
otherwise it will have no effect.
## Not run:
jvm.enablejmx()
## End(Not run)