I have a large number of csv files that I want to read into R. All the column headings in the csvs are the same. But I want to import only those rows from each file into the
If you want to do "filtering" before importing the data try to use read.csv.sql from sqldf package
read.csv.sql