merge_files | R Documentation |
Merge a list of files into one by stacking them on top of each other
(i.e. rbind
).
merge_files(file_paths, nThread = 1, verbose = TRUE)
file_paths |
Paths of files to import and merge into one data.table. |
nThread |
Number of threads to parallelize reading in files across. |
verbose |
Print messages. |
Other utils:
ensembl_to_hgnc()
,
hgnc_to_ensembl()
sumstats_paths <- echodata:: get_Nalls2019_loci(limit_snps = 5) merged_dat <- merge_files(file_paths = sumstats_paths)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.