PythonObject-class {XRPython} | R Documentation |
Proxy Objects in R for Python Objects
Description
This is a class for all proxy objects from a Python class with an R proxy class definition. Objects will normally be from a subclass of this class, for the specific Python class.
Details
Proxy objects returned from the Python interface will be promoted to objects from a specific R proxy class for their Python class, if such a class has been defined.
[Package XRPython version 0.8 Index]