These R code is efficient and useful especially when there are too many files to read! 💻👉 zcu.io/TCkT #rstats #rprogramming
1
2
2
Replying to @101Programming
And if you want to really go for pole position: library(data.table) df.all <- rbindlist(lapply(v.filename, fread)) print(df.all) /cc @rdatatable

Sep 10, 2021 · 3:43 PM UTC

1
2
12
Insert expanding mind galaxy brain progression meme fread(cmd = "awk 'NR == 1 || FNR != 1' *.csv", header = TRUE)
1
1