url_streams | R Documentation |
Set the url for stream requests
url_streams(id, request = "activities", types = list("latlng"))
id |
character for id of the request |
request |
chr string defining the stream type, must be "activities", "segment_efforts", "segments" |
types |
list of chr strings with any combination of "time", "latlng", "distance", "altitude", "velocity_smooth", "heartrate", "cadence", "watts", "temp", "moving", or "grade_smooth" |
Function is used internally within get_streams
. From the API documentation, 'streams' is the Strava term for the raw data associated with an activity.
A url string.
url_streams('123')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.