RStudio notebooks for all modules we covered so far in the course are available for download here:
https://www.synapse.org/#!Synapse:syn22163589
The input data for these activities is available here:
https://www.synapse.org/#!Synapse:syn18888078
You can download the data, activities and run all modules' code in RStudio on your computer, e.g. to use past the course end:
- please adjust lines at the top of each activity file to point to the folder on your computer where you downloaded the input data above
data_dir <- "/home/rstudio/shared/data" # change path to folder containing data
- please comment out the module submission lines - for now please use the RStudio online environment to submit solutions to module challenges
scripts_dir <- "/home/rstudio/shared/R" # comment out
source(file.path(scripts_dir, "submission_helpers.R")) #comment out