strava_laps: Get laps from Strava

Description Usage Arguments Examples

View source: R/strava_laps.R

Description

Get laps information by the specific id or vector of ids

Usage

1
strava_laps(data, lapType = "custom")

Arguments

data

The activity id or vector of ids

lapType

Wether to import custom laps from data, or standard. Defaults to custom. c("custom", "standard")

Examples

1
strava_laps(12345678, lapType = c("custom", "standard"))

lynuhs/stravaR documentation built on Feb. 8, 2021, 11:10 p.m.