j_invoke | R Documentation |
Invoke a Java function and force return value of the call to be retrieved as a Java object reference.
j_invoke(jobj, method, ...)
j_invoke_static(sc, class, method, ...)
j_invoke_new(sc, class, ...)
jobj |
An R object acting as a Java object reference (typically, a |
method |
The name of the method to be invoked. |
... |
Optional arguments, currently unused. |
sc |
A |
class |
The name of the Java class whose methods should be invoked. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.