Introduction to R and RStudio
- Use RStudio to write and run R programs.
- Create and start an R-project
- Use
install.packages()
to install packages (libraries). - Use the
here
package to access project files
Visualisation with ggplot2Setting valuesGeometrical objects
- Read data into R
- Use ggplot2 to create different types of plots
Subsetting data with dplyrWrap-up
- Subsetting rows and columns
- Using tidyselectors
- Understanding logical operations