reticulate {reticulate}R Documentation

R Interface to Python

Description

R interface to Python modules, classes, and functions. When calling into Python R data types are automatically converted to their equivalent Python types. When values are returned from Python to R they are converted back to R types. The reticulate package is compatible with all versions of Python >= 3.6. Integration with NumPy requires NumPy version 1.6 or higher.

Author(s)

Maintainer: Tomasz Kalinowski tomasz@posit.co [contributor]

Authors:

Other contributors:

See Also

Useful links:


[Package reticulate version 1.38.0 Index]