mergeData | R Documentation |
Merge exported data for all subplots
mergeData(
expDir = getwd(),
mergeMedia = TRUE,
saveFile = TRUE,
zipMedia = FALSE
)
expDir |
Data exported directory where the subplots data are arranged in subdirectories. |
mergeMedia |
Logical, if is 'TRUE' média is grouping in 'allMedia' directory but original media was not deleted. |
saveFile |
Lógical, if is 'TRUE' save files in the 'expDir'. |
zipMedia |
Logical if is 'TRUE' the 'allMedia' directory is compressed and deleted. In order to run needs 7-zip installed on the system (https://www.7-zip.org/download.html) |
'mergeData' save two text files('treeRes*.txt' and 'treeAll*.txt') if 'saveFile' is 'TRUE' or/and the resume data in an assign object. .
Alexandre Adalardo de Oliveira aleadalardo@gmail.com
## Not run:
mergeData(expDir = getwd(), mergeMedia = TRUE, zipMedia = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.