Learn R Programming

rStrava (version 1.0.0)

url_clubs: Set the url of the clubs for the different requests

Description

Set the url of the clubs for the different requests

Usage

url_clubs(id = NULL, request = NULL)

Arguments

id

numeric for id of the club, defaults to authenticated club of the athlete

request

chr string, must be "members", "activities" or NULL for club details

Value

A url string.

Details

Function is used internally within get_club

Examples

Run this code
# NOT RUN {
url_clubs()

url_clubs(123, request = 'members')
# }

Run the code above in your browser using DataLab