Skip to content
Prev 284610 / 398502 Next

Problems reading tab-delim files using read.table and read.delim

I don't know if this completely solves your problem, but here are some  
arguments to read.table/read.delim you might try:
row.names=FALSE
fill=TRUE
The details section also suggests using the colClasses argument as the  
number of columns is determined from the first 5 rows which may not be  
correct.

HTH

Jan



mails <mails00000 at gmail.com> schreef: