[Rpy] r reads file incompletely through rpy

2013-05-07 Thread Johannah Ryan
Hi, I'm pretty new to python and R, and I haven't even done anything similar (I'm a biologist), so forgive me if this has a trivial solution. I'm trying to use rpy to make a quick check kind of a tool, to run a few tests on a column of interest in a spreadsheet against all the other columns. (I

Re: [Rpy] r reads file incompletely through rpy

2013-05-07 Thread Laurent Gautier
Hi Jonathan, What does the following give ? import sys, rpy2, rpy2.rinterface print(sys.version_info) print(rpy2.__version__) print(rpy2.rinterface.R_VERSION_BUILD) On 05/07/2013 07:26 PM, Johannah Ryan wrote: Hi, I'm pretty new to python and R, and I haven't even done anything similar