url_clubs {rStrava} | R Documentation |
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 |
Details
Function is used internally within get_club
Value
A url string.
Examples
url_clubs()
url_clubs(123, request = 'members')
[Package rStrava version 1.3.1 Index]