| compile_activity {rStrava} | R Documentation | 
convert a single activity list into a dataframe
Description
convert a single activity list into a dataframe
Usage
compile_activity(x, columns)
Arguments
| x | a list containing details of a single Strava activity | 
| columns | a character vector of all the columns in the list of Strava activities. Produced automatically in  | 
Details
used internally in compile_activities
Value
dataframe where every column is an item from a list. Any missing columns rom the total number of columns
Author(s)
Daniel Padfield
Examples
## 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])
## End(Not run)
[Package rStrava version 1.3.1 Index]