
Last chance! 50% off unlimited learning
Sale ends in
convert a single activity list into a dataframe
compile_activity(x, columns)
a list containing details of a single Strava activity
a character vector of all the columns in the list of Strava activities. Produced automatically in compile_activities
. Leave blank if running for a single activity list.
dataframe where every column is an item from a list. Any missing columns rom the total number of columns
used internally in compile_activities
# NOT RUN {
stoken <- httr::config(token = strava_oauth(app_name, app_client_id, app_secret, cache = TRUE))
acts <- get_activity_list(stoken)
compile_activity(acts[1])
# }
Run the code above in your browser using DataLab