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

Description Usage Arguments Examples

View source: R/process_data.R

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

1
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

1

akiledal/strava documentation built on Nov. 7, 2019, 12:12 a.m.