dir_get_gpx: Read GPX files from directory into data frame.

Description Usage Arguments Details Value Credit Author(s) See Also Examples

View source: R/dir_get_gpx.R

Description

Read GPX files from directory into data frame.

Usage

1
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

1
2
3
4
5
## Not run: \dontrun{
gpx_dir <- system.file("extdata", package="psyosphere")
psyo_rounds <- dir_get_gpx(gpx_dir, tz="MET")
}
## End(Not run)

psyosphere documentation built on July 2, 2020, 12:08 a.m.