RWebServices (version 1.36.0)

printLookup: Print R-Java data type mapping information

Description

printLookup prints the R-Java data type mapping information.

Usage

printLookup(lookup, all = TRUE)

Arguments

lookup
environment, the environment contains the R-Java data type mapping information. It is generated by generateDataMap.
all
logical, FALSE to just print the mappings for user-defined data types, TRUE to print the mappings for basic R data types as well.

Examples

Run this code
# please try the example under examples/s4Map

Run the code above in your browser using DataLab