Merge a list of files into one by stacking them on top of each other (i.e. rbind).

gather_files(file_paths, nThread = 4, verbose = T)

See also

Examples

sumstats_paths <- example_sumstats_paths() merged_dat <- gather_files(file_paths=sumstats_paths)
#> [1] "+ Merging 3 files." #> [1] "+ Using 4 cores." #> [1] "+ Merged data.table: 12038 rows x 27 columns."