get_segment_effort: get_segment_effort

Description Usage Arguments Value See Also Examples

View source: R/R6_get_segment_effort.R

Description

Returns a segment effort from an activity that is owned by the authenticated athlete.

Usage

1
get_segment_effort(mbr_object = NULL, effort_id = NULL)

Arguments

effort_id

the id of the specific effort to collect

Value

my_effort containing effort details

See Also

https://developers.strava.com/docs/reference/#api-SegmentEfforts-getSegmentEffortById

https://developers.strava.com/playground/#/SegmentEfforts/getSegmentEffortById

Examples

1
2
3
4
5
6
7
8
## Not run: 
# my_mbr is a mountainbikeR object

my_mbr$get_segment_effort(
     effort_id = 12345
)

## End(Not run)

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