Description Usage Arguments Details Value Author(s) References See Also Examples
The conversion between R and Java objects is controlled by a list of actions. Each contains a description string to help the user understand what it does. This function returns these descriptions for the converters in one or both directions (i.e. from R to Java or vice-versa).
1 | getJavaConverterDescriptions(which=c(fromJava = FALSE, toJava = TRUE))
|
which |
A logical vector in which |
This examines the internal C data structures used to maintain the conversion tables.
Returns a list with the same length as which
in which each element is a character vector containing
the description strings from the different
registered conveters for that conversion direction.
These include the default converters that handle
the conversion of primitives between the two systems.
Duncan Temple Lang
http://www.omegahat.org/RSJava
getNumJavaConverters
setJavaConvertible
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.