Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 1.29 KB

README.md

File metadata and controls

13 lines (9 loc) · 1.29 KB

Dataland

This repository contains code and results related to the scraping and cleaning of polling data for the 2024 election in Dataland. It also includes code for calculating trends for each candidate based on a 7-day average of polling results. To run the code, the "tidyverse", "rvest", and "zoo" package are required. The code was implemented with R version 4.2.2.

Description of files

  • The code folder contains all code

    • The dataland_polls_trends.R apllies all functions to scrap, clean, and write/update polling data and generate/update polling trends.
    • The dataland_helper_functions.R contains all functions for scraping, cleaning, updating, and generating polling and trend data.
  • The data folder contains the generated data as well as previous versions of the data (indicated by "_old"), when the data is updataed.

  • The plots folder contains a plot visulising the scraped data and estimated trends to ensure that trends stay reasonable close the the polls.