Skip to content
Prev 22741 / 398502 Next

Adding argument 'flush' to read.table() too...

This will not work if the table has no header.  scan() requires you to
specify the fields, but read.table does not and so you cannot know
which fields might be surplus.  Similarly, the header line might have
surplus fields ....
On Sun, 18 Aug 2002, Henrik Bengtsson wrote: