dir_get_gpx {psyosphere}R Documentation

Read GPX files from directory into data frame.

Description

Read GPX files from directory into data frame.

Usage

dir_get_gpx(dir, tz = "")

Arguments

dir

character. The directory of the GPX files relative to the working directory.

tz

character. The time zone for the time stamp of the coordinates.

Details

To avoid problems with the time zone it is advisable to set it. Otherwise the system time is used and this can result in different times on different computers. See timezones.

Value

Data frame as psyo.

Credit

If you use Psyosphere for commercial use or research, please support us by include one off the following references:

Author(s)

Benjamin Ziepert Dr. Elze Ufkes

See Also

dir_add_csv, timezones

Examples

# Check out the demos that are included with psyosphere for a working example.
# tracks <- psyosphere::dir_get_gpx("gps_files")
?psyosphere::about_demos

[Package psyosphere version 0.1 Index]