4  Course Materials

You can download the workshop materials collectively in a zipped file or separately using the links further below. Please make sure that all workshop-related files are contained within a single folder and placed in a location accessible to your system.

4.1 Zipped file

The following zipped file contains the files you need to follow along:

Right-click the link and select Save link as… to download the zipped file.

Make sure to save it in an accessible location on your computer and don’t forget to extract the contents of the zipped file after downloading!

You can also see the individual files in the GitHub repository.

├── cheatsheets
│   ├── tidyverse_data-wrangling-cheatsheets.pdf
│   ├── Posit Cheatsheets.url
│   └── base-r.pdf
├── data
│   ├── penguins_isotopes.xlsx
│   └── penguins.tsv
├── animal.png
├── baseR_exercises.Rmd
|__ datascience_exercises.Rmd

4.2 R markdown files

We will be using the following R markdown files to work on the exercises:

  • baseR_exercises.Rmd
  • datascience_exercises.Rmd

You can open these files using the RStudio IDE and immediately run code within the dedicated code chunks.

4.3 Data

The data for this workshop is from the Palmer Penguins dataset. We will be using the following files:

  • penguins.tsv
  • penguins_isotopes.xlsx