Rpy Module

Manu Hack manuhack at gmail.com
Fri May 16 18:37:11 EDT 2008


On Fri, May 16, 2008 at 6:14 PM, Mike P <michael.pearmain at tangozebra.com>
wrote:

> Hi experts,
>
> I've just seen there is an R module, what i can't see easily is if you
> can / how to import other modules for R into the Rpy module
>
> Can anyone advise on this?


Say if you want to use Hmisc within rpy,

import rpy
rpy.r.library('Hmisc')

Manu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080516/12066cef/attachment-0001.html>


More information about the Python-list mailing list