Hacker News new | ask | show | jobs
by ajay-d 2333 days ago
Rpy2 should work, no? And reticulate is really great for calling python from R https://rstudio.github.io/reticulate/index.html
2 comments

Yes. Reticulate is great for R to Python.

In case you need data handoffs between various processes, you might want to use an intermediate transition via a database, flat file, etc. It helped me get over few problems of passing data around.

I'll check it out. Thanks.