makeMasterCSV | R Documentation |
Combine track information with track GPX data into a single CSV file.
makeMasterCSV(trkinfo, pin, pout, fnm, msgcutoff = 100)
trkinfo |
A data frame that contains information about each track. |
pin |
Path after the working directory that contains the original GPX files. |
pout |
Path after the working directory to put the single resultant GPX file. |
fnm |
A filename sans extension that contains the name for the output CSV file. |
msgcutoff |
A numeric that indicates the maximum number of tracks to be sanitized before an overall progress bar will be given (rather than individual notices). |
NONE YET
Will invisibly return the data frame that is also written to the CSV file in the same directory.
Derek H. Ogle
## None yet.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.