Filtering multiple csv files while importing into data frame

前端 未结 3 1059
攒了一身酷
攒了一身酷 2021-01-03 11:18

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

3条回答
  •  一向
    一向 (楼主)
    2021-01-03 11:50

    If you want to do "filtering" before importing the data try to use read.csv.sql from sqldf package

提交回复
热议问题