I\'m using R-Studio 0.99.491 and R version 3.2.3 (2015-12-10). I\'m a relative newbie to R, and I\'d appreciate some help. I\'m doing a project where I\'m trying to use the
Another option is fread from data.table
fread
data.table
library(data.table) rbindlist(lapply(files, fread, skip=3))