Given a folder of unzipped files (unzipped NEON data file), do a full join of all data files, grouped by table type. This should result in a small number of large files.
stackDataFilesParallel(folder, nCores = 1, dpID)
The location of the data
The number of cores to parallelize the stacking procedure. To automatically use the maximum number of cores on your machine we suggest setting 'nCores=parallel::detectCores()'. By default it is set to a single core. If the files are less than 25000 bytes the userdefined nCores will be overridden to a single core.
The data product identifier
One file for each table type is created and written.
License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007