Setup
- Make sure you have R and RStudio installed.
- Create an RStudio project in a new directory named
tdvr
. - Download data-raw.zip and unzip it into the directory
tdvr/
. This will create a new directory nameddata-raw/
insidetdvr/
. - Create the following directories within
tdvr/
:data-tidy/
R/
plots/
- From within RStudio, create a new R script file named
data-tidying.R
and save it to theR/
folder.
Finally, ensure that you have the following packages installed by running:
install.packages(c("tidyverse", "here", "readxl", "ggbeeswarm", "patchwork"))
You can now move on to the next section Raw Data. You have a link at the bottom right of this page.