Skip to content
Prev 75990 / 398502 Next

read a table ignoring specific rows ?

Can you read in the entire file as a data.frame; and then construct a
new data.frame which excludes some rows?

perhaps something along the lines of...
colA colB colC
1    1    4    2
2    2    3    3
3    3    5    4
4    4    3    3
5    5    2   25
colA colB colC
1    1    4    2
2    2    3    3
4    4    3    3

s/
On 22/08/05, vincent at 7d4.com <vincent at 7d4.com> wrote: