load_activities: Load Strava activities from gpx files

Description Usage Arguments Value

Description

Load Strava activities from gpx files

Usage

1
2
load_activities(path = "activities/", type = "all", merge = FALSE,
  ...)

Arguments

path

the path from de current working directory to a directory containing the gpx files from Strava.

type

to restrict to a certain type of activities, like "Ride", "Run", etc. By default type = "all".

merge

if TRUE, only an object of S4 class activity is returned, otherwise a list of activity object. By default merge = FALSE.

...

further arguments passed to the function merge_activity (only considered if merge = TRUE).

Value

either a list or a single activity object.


romanflury/StravaR documentation built on May 15, 2019, 1:11 p.m.