skip to navigation
skip to content

rpy2 2.2.5

Python interface to the R language

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')
 
File Type Py Version Uploaded on Size # downloads
rpy2-2.2.5.tar.gz (md5) Source 2011-12-27 163KB 2292