On Oct 27, 2010, at 3:27 PM, smcguffee wrote:


Actually, I take that back, this is only reading in 18 values at the most in
a list, but some lists should be over 200 values in length...

I think the read.table and cousins read in some modest fraction of the data

Probably need to either preprocess with readLines if you want an exact match of width or maybe take a guess with ... , colClasses = rep("numeric", 250) to create a sufficiently wide set of columns to hold everything.


--

David Winsemius, MD
West Hartford, CT

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to