powered by
Processes gpx files and stores the result in a data frame. The code is adapted from the blog post Stay on track: Plotting GPS tracks with R by Sascha W.
process_data(path, old_gpx_format = FALSE)
The file path to the directory containing the gpx files
If TRUE, uses the old format for gpx files (for files bulk exported from Strava prior to ~May 2018)
# NOT RUN { process_data() # }
Run the code above in your browser using DataLab