Skip to main content

Python interface to the R language

Project description

Rpy2 is providing an interface to R by embeddeding it into a Python process.

Access to all of R features is possible with R types exposed as Python classes, and R functions exposed as Python ‘callable’ objects.

For example, importing the R package ‘stats’ into a Python module-like object can done with:

from rpy2.robjects.packages import importr
stats = importr('stats')

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rpy2-2.2.5.tar.gz (166.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page