Description Usage Value Author(s) References See Also Examples
This queries the C code to retrieve the R object that manages the exporting of R objects to foreign systems such as Omegahat and Java.
1 |
A list (or object) that provides the functions
needed by a reference manager.
See setJavaHandler
and javaHandlerGenerator
for a description of these methods.
Duncan Temple Lang, John Chambers
http://www.omegahat.org/RSJava
setJavaHandler
javaHandlerGenerator
1 2 3 4 5 6 | old <- getJavaHandler()
old$references()
old$total()
old$createReference(rnorm(100))
old$addReference(foreignReference(rnorm(100), "mydata"))
old$remove("mydata")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.