Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Dunning committed Jul 25, 2024
2 parents db08ad5 + 46cde3a commit 00ed237
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In this tutorial we will review some fundamental concepts of Data Manipulation a

In preparation for the course, please install the `tidyverse` suite of R packages
```
install.packages(c("tidyverse"))
install.packages(c("tidyverse", "ggpubr"))
```

## Data
Expand All @@ -21,11 +21,12 @@ Please download these data in advance of the course

- [Historical Election Results](1918-2019election_results_by_pcon.xlsx)
- [2019 Election Results](uk_election_2019.csv)
- [2024 Election Results](https://researchbriefings.files.parliament.uk/documents/CBP-10009/HoC-GE2024-results-by-constituency.csv)


## Workshop materials

Will appear here!

- R markdown
- Compiled HTML
- Compiled HTML

0 comments on commit 00ed237

Please sign in to comment.