Interact with the Python Main Module — py (original) (raw)

The py object provides a means for interacting with the Python main session directly from R. Python objects accessed through py are automatically converted into R objects, and can be used with any other Rfunctions as needed.

Format

An R object acting as an interface to the Python main module.

Contents