# Coretta 2019 English data (R data package)
The component `Data (English)` contains the GitHub repository of the R data package `coretta2019eng`.
The package can be downloaded from GitHub.
The datasets can be loaded as usual from R with `load(<dataset-name>)` after calling `library(coretta2019eng)`.
To keep the size of the git repo manageable, the data from which the R datasets are obtained is not included in the GitHub repo.
Rather, the data is available from the OSF storage.
If one wishes to reproduce the datasets and/or to use the data, do the following:
1. Clone the GitHub repository on your machine.
2. Download the `data-raw/data/` folder from the OSF storage.
3. Unzip it and move the `data` folder into the `data-raw/` folder of the R package.
4. Unzip all the zip archives inside the unzipped `data-raw/data/` folder.
The structure of the `data-raw` folder in the OSF storage corresponds to the structure needed for the processing code to work.