makeWalkGPX | R Documentation |
Combine given GPX track files into a single GPX file.
makeWalkGPX(pin, pout, fnm, IDs2Add)
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). |
IDs2Add |
A character vector of track IDs for a walk that should be combined into a single GPX file. |
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.