View source: R/compile_club_activities.R
compile_club_activities | R Documentation |
converts a list of club activities into a dataframe
compile_club_activities(actlist)
actlist |
a club activities list returned by |
each activity has a value for every column present across all activities, with NAs populating empty values
An data.frame
of the compiled activities from actlist
Marcus Beck
## Not run:
stoken <- httr::config(token = strava_oauth(app_name, app_client_id, app_secret, cache = TRUE))
club_acts <- get_activity_list(stoken, id = 13502, club = TRUE)
acts_data <- compile_club_activities(club_acts)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.