makeMasterCSV: Write all track information into a master CSV file.

View source: R/fileUtils.R

makeMasterCSVR Documentation

Write all track information into a master CSV file.

Description

Combine track information with track GPX data into a single CSV file.

Usage

makeMasterCSV(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 that contains the name for the output CSV file.

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

Will invisibly return the data frame that is also written to the CSV file in the same directory.

Author(s)

Derek H. Ogle

Examples

## None yet.


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