The repository is structured as follows:
- data_original: contains the original data obtained from scraping the Guardian through the Guardian API (data is only locally available due to .gitignore)
- data_processed: contains the wrangled and cleansed data used for the statistics (data is only locally available due to .gitignore)
- output: contains the RMarkdown and HTML with the final output of the project
- scripts: contains the scripts "01_data_scraping", "02_data_processing" and "03_statistical_analysis" created in the process of the project.