- After each workshop day, a script will be uploaded with all code that has been ran during the workshop. This script will have a file name like "script_ws1.r".
- The file called "useful_functions.r" will be replaced with new versions after each workshop day.
- The Powerpoint presentations will be shared as PDF after the workshops as well, with a file format numbered with WS1, WS2, WS3, WS4. We still have to figure out if we upload them here or just add a link. Stay tuned
- Additional files may be uploaded as well, to be defined
script_ws1.r
- Chapter 1 - Data Visualization
- Chapter 2 - Workflow basics
script_ws2.r
- Chapter 3 - Data Transformation
- Chapter 4 - Workflow - code style
script_ws3.r
- Chapter 5 - Data Tidying
- Chapter 6 - Workflow - Scripts and Projects
- Chapter 7 - Data Import
- Chapter 8 - Workflow - getting help
ws4.qmd and its rendered html version, ws4.html
This is a quarto file format (see explanations in course documents), different from scripts above.
- Chapter 28 - Quarto
- Chapter 29 - Quarto format (most in written document: pdf of the presentation or original document: https://r4ds.hadley.nz/quarto-formats.html)
doc_param.qmd
File to illustrate functioning of option "params" to the YAMl header (see course content)