Re: [R] Error in scan?

2013-10-24 Thread Carl Witthoft
Obviously row 11 is incomplete. It may contain nothing more than a space or an EOL. Using the "fill=TRUE" argument to 'scan' or 'read.table' is your friend here. -- View this message in context: http://r.789695.n4.nabble.com/Error-in-scan-tp4678976p4678982.html Sent from the R help mailing li

Re: [R] error in scan(...

2011-02-02 Thread jim holtman
It is clear that you have letters in the data you are trying to process; that is the cause of the erro. What was the 'scan' statement you were using? Were you expecting all numerics in the string? The error message is consistent with your input. On Wed, Feb 2, 2011 at 2:07 AM, gked wrote: > >