Reproducible research and how to do it with RMarkdown
Details
During this workshop, you will learn how to create reproducible research files with RMarkdown and how to share them.
We will go through the following subjects:
- Overview and structure of rmarkdown files
- Adding charts and tables to documents (PDF, HTML, etc.)
- Customize your document
Prerequisites if you want to code by yourself:
- R and RStudio installed on your machine
- Packages knitr, kable, tidyverse installed
If you want PDF documents with LaTeX you need to download:
- Windows user: MikTex (https://miktex.org/download)
- MacOS user: MacTex (https://www.tug.org/mactex/mactex-download.html)
- Linux user: Use package manager
If you want to get familiar with the subject beforehand, check this cheatsheet:
https://rstudio.com/wp-content/uploads/2015/02/rmarkdown-cheatsheet.pdf
See you on Monday!