Learn R Programming

rStrava (version 1.2.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)

Value

A url string.

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

Details

Function is used internally within get_club

Examples

Run this code
url_clubs()

url_clubs(123, request = 'members')

Run the code above in your browser using DataLab