get_athlete: get_athlete

Description Usage Arguments Value See Also Examples

View source: R/R6_get_athlete.R

Description

Returns the logged athlete

Usage

1
get_athlete(mbr_object = NULL)

Arguments

mbr_object

a mountainbiker object

Value

a list with athlete details

See Also

https://developers.strava.com/docs/reference/#api-Athletes-getLoggedInAthlete

Examples

1
2
3
4
5
6
7
## Not run: 
# my_mbr is an existing mountainbikeR object

my_mbr$get_athlete(
)

## End(Not run)

longwei66/mountainbikeR documentation built on April 16, 2020, 6:23 p.m.