[R] reading tables into R

Sean Davis sdavis2 at mail.nih.gov
Fri Jun 3 15:03:49 CEST 2005


On Jun 3, 2005, at 8:40 AM, Wagle, Mugdha wrote:

> I have been using R and Perl. When  I read in a text file using the 
> read.table option, and I try to mathematically manipulate the 
> individual elements in the table, I keep getting an "object is not 
> subsettable" error. If I try to use a different method, it works, but 
> takes too much time(basically, I then need to read in values 
> individually into R instead of as a 2D array, so the number of 
> function calls from Perl to R is very large). Could you suggest 
> another method whereby I could read an entire matrix or a file using 
> an R function call?
>

Mugdha,

I think you will probably have to be more specific.   Could you give an 
example of the data format, the commands you used to load it that 
didn't work, and those that did and explain how perl comes into this?  
Also, knowing what OS and version of R you are using is quite helpful.

Sean




More information about the R-help mailing list