The repository contains course materials associated with the course Parallel R Workflows developed by r-rse
for the University of Southampton.
To install the course materials, use:
# install.packages("usethis")
usethis::use_course("r-rse/parallel-r-materials")
Once the project is launched, to unzip the larger zipped geojson file use:
# install.packages("R.utils")
R.utils::gunzip("health_data/data/lsoa_boundaries.geojson.gz")
- Source: Office for National Statistics licensed under the Open Government Licence v.3.0
- Contains OS data © Crown copyright and database right [2023]
For more details, check the course materials
- Accessed via nbastatR 📦