Additional Ressources

R cheat sheets

These are compact overview of R functions and how to use them.

https://www.rstudio.com/resources/cheatsheets/

Useful for the course are the following:

Useful Keyboard shortcuts

  • Ctrl + i: indent automatically
  • Ctrl + shift + c: comment / uncomment marked lines
  • Ctrl + s: save script
  • Ctrl + shift + m: insert pipe operator %>%/|>
  • F1: open help page of marked function
  • F2: open source code of marked function