parseAthleteShoeSummary: Parse Athlete's Shoe Summary Data

Description Usage Arguments Value Examples

View source: R/parsing.R

Description

Parses Athlete's Shoe 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 shoe object with features from json object

Examples

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

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