dir_get_gpx {psyosphere} | R Documentation |
Read GPX files from directory into data frame.
dir_get_gpx(dir, tz = "")
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. |
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.
Data frame as psyo
.
If you use Psyosphere for commercial use or research, please support us by include one off the following references:
Creative Commons: "Psyosphere" by B. Ziepert, E. G. Ufkes & P. W. de Vries from analyse-gps.com / CC-BY-SA-4.0
APA: de Vries, P. W., et al. (2016). "De psychologie van bewegingen GPS-technologie voor de analyse van natuurlijk gedrag." Tijdschrift voor Human Factors 2: 11-15.
Benjamin Ziepert Dr. Elze Ufkes
# Check out the demos that are included with psyosphere for a working example. # tracks <- psyosphere::dir_get_gpx("gps_files") ?psyosphere::about_demos