View source: R/stackDataFilesArrow.R
stackDataFilesArrow | R Documentation |
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.
stackDataFilesArrow(folder, cloud.mode = FALSE, progress = TRUE, dpID)
folder |
The location of the data |
cloud.mode |
T or F, are data transferred from one cloud environment to another? If T, this function returns a list of url paths to data files. |
progress |
T or F, should progress bars and messages be printed? |
dpID |
The data product identifier |
One file for each table type is created and written.
Christine Laney claney@battelleecology.org Claire Lunch clunch@battelleecology.org
License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.