loadTracks: Reads data from a set of GPS track files.

Description Usage Arguments Value See Also Examples

View source: R/loadTracks.R

Description

loadTracks reads data from all .csv files containing data on GPS tracks within a specified directory. The function also removes empty .csv files within the directory by calling the function removeEmptyFiles.

Usage

1
loadTracks(folder)

Arguments

folder

A character value representing the path to a folder with .csv files containing data on GPS tracks.

Value

A Tracks object holding the data of the GPS tracks.

See Also

removeEmptyFiles, readTrack.

Examples

1
#

henningte/herdersTA documentation built on Jan. 22, 2020, 5:16 a.m.