Reproducible workflow
Overview
- Review the importance of reproducibility in scientific research
- Define a project-oriented workflow
- Demonstrate how to construct safe filepaths using
here()
- Identify R startup procedures
Before class
- Read chapters 1-3, 7 in What They Forgot to Teach You About R
Class materials
Run the code below in your console to download the exercises for today.
usethis::use_course("cis-ds/reproducible-workflow")