Chapter 2 Reproducible research
2.1 What is reproducible research
https://ropensci.github.io/reproducibility-guide/sections/introduction/
https://annakrystalli.me/rrtools-repro-research/intro.html
https://link.springer.com/article/10.3758/s13428-020-01436-x
https://cran.r-project.org/web/views/ReproducibleResearch.html
https://monashdatafluency.github.io/r-rep-res/
2.2 Setting up your R environment
2.2.1 Installing R and RStudio
2.2.2 Use of headers to structure code
2.2.3 Structure of a project directory
2.3 Code repository
2.3.1 Git
2.3.2 Git workflow
2.3.3 What to include in a repository: Git pointers
2.3.4 Collaborating
2.4 Document outputs
2.4.1 Writing out Word documents
2.4.2 Writing out Excel documents
2.4.3 R Markdown
https://bookdown.org/yihui/rmarkdown-cookbook/
https://rstudio.com/wp-content/uploads/2015/02/rmarkdown-cheatsheet.pdf