makeMasterGPX: Combine tracks into a single master GPX file.

View source: R/fileUtils.R

makeMasterGPXR Documentation

Combine tracks into a single master GPX file.

Description

Combine given GPX track files into a single master GPX file. If the single GPX file exists then tracks will be appended.

Usage

makeMasterGPX(trkinfo, pin, pout, fnm, msgcutoff = 100)

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

Details

NONE YET

Value

None, used for side effect of writing a file to the pout directory.

Author(s)

Derek H. Ogle

Examples

## None yet.


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