makeMasterGPX | R Documentation |
Combine given GPX track files into a single master GPX file. If the single GPX file exists then tracks will be appended.
makeMasterGPX(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 for the resultant file (a ".gpx" will be added as appropriate). |
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
None, used for side effect of writing a file to the pout
directory.
Derek H. Ogle
## None yet.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.