I usually read csv files into a list and use bind_rows() like so:
bind_rows()
library(tidyverse) li <- list.files(pattern="something.csv") df &l