I simply can not test functions in python with R. In my jupyter notebook I did:
! pip install rpy2
And when importing robjects gives error:
import rpy2.robjects as ro;
I simply can not test functions in python with R. In my jupyter notebook I did:
! pip install rpy2
And when importing robjects gives error:
import rpy2.robjects as ro;