I recommend rpy2.  http://rpy.sourceforge.net/rpy2.html

It provides direct access to a running R instance with full support for R
functions including package loading.  It has some minor issues with
graphics drivers making it best for programmatic and not interactive use
but it is excellent for munging data in python and then passing it off to R
for calculations.

    Collin.

On Sun, Mar 1, 2015 at 10:17 AM, Sarah Goslee <[email protected]>
wrote:

> You mean like rPython? Or rpy? Or rpy2?
>
> Googling R Python is a great place to start.
>
> Sarah
>
> On Sun, Mar 1, 2015 at 9:41 AM, linda.s <[email protected]> wrote:
> > Is there any good example codes of integrating R and Python?
> > Thanks.
> > Linda
> >
> --
> Sarah Goslee
> http://www.functionaldiversity.org
>
> ______________________________________________
> [email protected] mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

        [[alternative HTML version deleted]]

______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to