This repository contains all the files and data needed to follow the code walkthrough of the {targets} package presented at the DfE coffee and code.
Clone the repository:
- Click on the green
<> Code
button just below (right) of the repository name. - Copy the HTTPS path.
- Head over to your favoured command line tool (PowerShell or GitBash).
- Navigate to the folder you want to store this project.
- Run the code below:
git clone https://github.com/JT-39/ofsted-mi-push.git
- Voila!
When in the RStudio project, use renv::restore()
to load the correct
packages.
The main files are below:
├── analysis.R
├── _targets_analysis.R
├── _data/
│ ├── raw_data.csv
├── R/
│ ├── functions.R
│ ├── plot_styles.R
The plot_styles.R script contains some functions taken from the KASStylesR repository. These are styling additions designed for producing charts and figures that meet publication guidance.
Create an issue or branch off the main and start a pull request!