Skip to content
Prev 199291 / 398506 Next

Incremental ReadLines

If the headers all start with the same letter, "A" say, and the data
only contain numbers on their lines then just use

read.table(..., comment = "A")
On Mon, Nov 2, 2009 at 2:03 PM, Gene Leynes <gleynes+r at gmail.com> wrote: