parseAthleteBikeSummary: Parse Athlete's Bike Summary Data

Description Usage Arguments Value Examples

View source: R/parsing.R

Description

Parses Athlete's Bike Summary data, drawn from Athlete JSON object from Strava JSON API.

Usage

1

Arguments

response

An httr response object from an authenticated call to Strava JSON API

Value

out A data frame with one row per bike object with features from json object

Examples

1
2
3
##Not a real token
## Not run: me <- retrieveAthlete('abcdefghijk')
## Not run: my_bikes <- parseAthleteBikeSummary(me)

jarrodolson/StravaR documentation built on May 18, 2019, 4:48 p.m.