문제

I am trying to shift from R to Python for big data analytics. But since I still need some of the excellent statistical functions present in R, I invoke them in Python using rpy2.

My question is does rpy2 has any limitation regarding calling R functions. And can we convert a python script into an executable file , when we are using R inside python ?

Also can we call custom functions from R to Python using the same library?

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top