Skip to content
Prev 135147 / 398498 Next

how to skip last lines while reading the data in R

or even:

head(read.table("xy.dat", header = TRUE), -2)
On Jan 28, 2008 10:52 AM, Gabor Grothendieck <ggrothendieck at gmail.com> wrote: