Skip to content
Prev 56915 / 398498 Next

Performing Analysis on Subset of External data

1) Use the skip= and nrows= arguments to read.table.

2) Open a connection, read and discard rows, read the block you want then 
close the connection. (Which is how 1 works, essentially.)

3) Use perl, awk or some such to extract the rows you want -- this is 
probably rather faster.
On Wed, 6 Oct 2004, Laura Quinn wrote: