Rpy Module

dbpokorny at gmail.com dbpokorny at gmail.com
Sat May 17 00:20:58 EDT 2008


On May 16, 3: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?
>
> Cheers
>
> Mike

Do you mean like this?

import rpy
rpy.r('require(MASS)')

HTH,
David



More information about the Python-list mailing list