findFileStatus | R Documentation |
Determine if the GPX files in pin
are “NEW” (i.e., never sanitized), “MODIFIED” (i.e., GPX in pin
is more recent than GPX in pout
), or “EXISTING” (i.e.,GPX is in pin
and is not more recent than sanitized GPX in pout
.
findFileStatus(trkinfo, pin, pout)
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. |
NONE YET
Returns trkinfo
with new modin
for modification time of GPX in pin
, modout
for modification time of GPX in pout
, and status
for “status” of GPX file in pin
(i.e., “NEW”, “MODIFIED”, or “EXISTING”).
Derek H. Ogle
## None yet.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.