Description Usage Arguments Value Author(s) See Also Examples
The generateDataMap
function generates java beans and R–Java data type conversions for a R data type if they are not available in the environment lookup
. All java mappings are output as files under CurrentWorkingDir/biocJavaMap
, where CurrentWorkingDir
is the result of getwd()
. This function also updates environments lookup
and cvtImport
(see arguments below) as a side effect.
1 | generateDataMap(rType, javaToR, deployMode, typeMode, lookup)
|
rType |
a character vector containing a R data type name. The data type is either a S4 class or a ClassUnion. |
javaToR |
logical, TRUE if want to convert Java data to R, FALSE if want to convert R data to Java. |
deployMode |
Character, either "demo" or "jms". How the service will be deployed. "demo" is no longer supported. |
typeMode |
Character, either "robject" or
"javalib". How Java objects should be generated; see
|
lookup |
environment, key is rType, value is of type |
returns updated environment lookup
.
Nianhua Li
1 | ## used internally
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.