Learn R Programming

strava (version 0.0.0.9001)

process_data: Processes gpx files and stores the result in a data frame

Description

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.

Usage

process_data(path, old_gpx_format = FALSE)

Arguments

path

The file path to the directory containing the gpx files

old_gpx_format

If TRUE, uses the old format for gpx files (for files bulk exported from Strava prior to ~May 2018)

Examples

Run this code
# NOT RUN {
process_data()
# }

Run the code above in your browser using DataLab