Description Usage Arguments Details Value Author(s) References See Also
When specifying a Java type in the .sigs
argument
of the different method/constructor calls to influence which
method is dispatched in the remote system and how R
objects are converted, one must use the appropriate type
specifier. This function converts R types to the corresponding
Java string. This handles converting R primitive types
such as integer to "I"
, double to "D"
,
logical to "Z"
, etc. and
classes to "Lpkg/subpkg/.../className;"
1 |
name |
The name of the R type whose corresponding
Java type identifier is being sought. If this
is specified as an object, its mode is take.
See |
This searches the mapping contained in
.JavaSigs
a string (character vector of length 1) with the Java type identifier corresponding to the input.
John Chambers, Duncan Temple Lang
http://www.omegahat.org/RSJava
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.