Additional Resources
Here you can find a collection of resources that might help you with this tutorial, or might motivate you to do some further reading.
Cheat Sheets
Cheat Sheets organize the most important commands in an clear way. You can use the recommendations already during this workshop, or even create your own.
Base R
You can find a collection of the most important Base R
commands here.
tidyverse
A collection of tidyverse
commands for data wrangling.
And for ggplot2.
Books
If you want to do some further reading I highly recommend these books: R for Data Science is a great way to get started with working in R, but will also go into more depths in the later chapters, so it is not just for beginners.
Advanced R is definitely not for beginners, but helps R users and programmers coming from other languages to understand R and improve their programming skills in R.
Data Visualization
Finally, the amazing R Graph Gallery which helps to get inspiration for own plots. And it provides the corresponding code to get you started instantly.