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

View source: R/process_data.R

process_dataR Documentation

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)


marcusvolz/strava documentation built on Jan. 12, 2024, 4:29 a.m.