rvm

R in Python


License
Other
Install
pip install rvm==0.1

Documentation

pyR

R in Python

Example

from pyr import R


r = R()
r('a <- sum(1, 2, 3, 4, b)')
print r.a