Possible Duplicate:
Only read limited number of columns in R
I have a ascii-dataset which consists of three columns, but only the last two are actual data. Now I want to dotchart the data by using read.csv(file = "result1", sep= " ")
. R reads all three columns. How do I avoid this?