sanitizeTracks | R Documentation |
Sanitize all GPX track files in a directory by removing the type
and extension
fields, adding a desc
ription field, and replacing time
with dummy times.
sanitizeTracks(trkinfo, pin, pout, basedate = NULL, 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 sanitized GPX files. |
basedate |
A string with a date that will serve as the base date for the dummy times in the sanitized GPX file. Defaults to "2022-01-01". |
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 sanitized GPX tracks 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.