Currently, the template strava_api.R script contains both the data ingestion as well as cleaning and visualization. Let's create one script that just holds the data ingestion for:
- athlete data
- activity data
- routes data
Then, create separate scripts for data cleaning and processing specific to the visualization being created, e.g.:
- heat mapping,
- elevation profiles
- Activity summary metrics.
Currently, the template strava_api.R script contains both the data ingestion as well as cleaning and visualization. Let's create one script that just holds the data ingestion for:
Then, create separate scripts for data cleaning and processing specific to the visualization being created, e.g.: