get_workout_stream_url: Get API url for a workout's stream data

Description Usage Arguments Value Examples

View source: R/peloton_api.R

Description

Get API url for a workout's stream data

Usage

1
get_workout_stream_url(workout_id, time_offset_interval = 1)

Arguments

workout_id

a string of and individial workout id

time_offset_interval

Value

the user workout stream API call

Examples

1
2
workout_id <- '44e4b4f4c14434444a4f554444a44bde4'
get_workout_stream_url(user_id)

elliotpalmer/pelotonr documentation built on July 2, 2020, 9:53 p.m.