findFileStatus: Determine track status.

View source: R/fileUtils.R

findFileStatusR Documentation

Determine track status.

Description

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.

Usage

findFileStatus(trkinfo, pin, pout)

Arguments

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.

Details

NONE YET

Value

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”).

Author(s)

Derek H. Ogle

Examples

## None yet.


droglenc/gpxhelpers documentation built on Dec. 12, 2024, 1:33 a.m.