ResearchMethods-ZHAW / HS23

Unterlagen Research Methods für das Herbstsemester 2023
https://researchmethods-zhaw.github.io/HS23/
0 stars 0 forks source link

ggplot2 #48

Closed ratnanil closed 1 year ago

ratnanil commented 1 year ago

https://researchmethods-zhaw.github.io/HS23/prepro/Prepro1_Vorbereitung.html

## is
packages <- c("dplyr", "ggplot", "lubridate", "readr", "tidyr")

## should be:
packages <- c("dplyr", "ggplot2", "lubridate", "readr", "tidyr")