Contents
- Working with R and RStudio
 - Installing and using extension packages in R
 - Introduction to help pages and tips for self-help
 - Explanation of the most important data types, operators (arithmetic & logical operators) and functions in R
 - Importing and exporting data
 - Working with data frames and vectors (numeric, logical, character, factors), e.g. indexing, splitting and converting variables or data sets.
 - Calculating simple summary statistics in R (e.g. median, mean, quantiles, variance, etc.).