Description Usage Arguments Value
This is a function to process batches of .out files generated by SORTIE-ND's
summary output. It loops through a list of filenames given and produces a
single data.frame as output. This function relies on getOutFile
and parseOutFile
.
1 2 | batchOutFiles(namepattern = "", sdir = ".", yearoffset = 0,
numsubplots = 1)
|
namepattern |
A character string that matches the unique part of your batch files. E.g., if all files in a particular batch had "monkey" in them, this function would search any file in that directory with the string "monkey" inside of it. |
sdir |
The path to the directory to search. Default is ".", representing your current working directory. |
yearoffset |
The amount to subtract from the "step" variable to account for intial plot loading. |
This function returns a data.frame of cleaned and merged files. Any personally identifying information will be lost (e.g., filename).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.