I want to call a complex algorithm coded in R from python.
Looking at the RPY2 package documentation I understand that I can call many standard R functions using the robjects package.
I was wondering if this could be extended to my own R routines. Should I package my R stuff or could I use my code as is? Is there a way I could make it accessible?
Thanks for the help.