hannesdatta / course-dprep

This repository hosts the course website of Tilburg University's open education class on "Data Preparation and Workflow Management" (dPrep) - start managing your empirical research projects efficiently!
https://dprep.hannesdatta.com
58 stars 118 forks source link

plan exercise session structure #128

Closed hannesdatta closed 2 years ago

hannesdatta commented 2 years ago

Follow up to #124

  1. Git • Test your knowledge on Git commands by going through these short exercises: https://www.w3schools.com/git/exercise.asp • Learn how to use pull requests on GitHub (https://github.com/skills/review-pull-requests) • Learn how to resolve merge conflicts using GitHub (https://github.com/skills/resolve-merge-conflicts)
  2. RMarkdown • Now part of the “Getting started” in week 3, but it is a great way to get acquainted with RMD in combination with the tutorial: https://datacarpentry.org/r-socialsci/  chapter 6
  3. Data engineering • 10 (very) small exercises using dplyr basic functions incl. solutions (https://www.r-exercises.com/2017/10/19/dplyr-basic-functions-exercises/) • https://jrnold.github.io/r4ds-exercise-solutions/transform.html has lots of great exercises using dplyr and datasets available within R packages (e.g., nycflights13)
  4. Make