Reading .RData files into python using rpy2 Reading .RData files into python using rpy2 pandas pandas

Reading .RData files into python using rpy2


Ok, it seems I have understood the issue here.

whilst specifying the path to the .RData file, I specified the path using the standard windows ("\") directory separator which r.load() (obviously) didn't recognize the path. But when I use the "/" directory separator, the .rdata file was loaded successfully.