compile_activity: convert a single activity list into a dataframe
Description
convert a single activity list into a dataframe
Usage
compile_activity(x, columns)
Value
dataframe where every column is an item from a list. Any missing columns rom the total number of 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 compile_activities. Leave blank if running for a single activity list.