Is there a specific method for combining a list of data.tables in R?
I have a list of ~20 data.tables, each with around 1 million rows, and would like to combine them into one data.table with 20 million rows.
I’ve been doing it with
Reduce('rbind', data.table)
but it takes a while.
Tnx!
See
?rbindlistand these related questions (easier to find when you know what to search for!) :data.table questions and answers containing
rbindlist