rJython interpreter as instantiated by function rJython
py.foo
Name of a python function
...
R objects to pass as arguments to the Python function
Value
An R representation of the object returned by the call to the python function.
Details
This function runs a python function taking as arguments R objects and returning an R object.
Some limitations exist as to the nature of the objects that can be passed between R and Jython.
As of this writing, atomic arguments and vectors are supported.
The user has to be careful to indicate named parameters as required according to python conventions.