# load needed libraries
# example from https://bookdown.org/csgillespie/efficientR/set-up.html
= c("xxx", "yyy", "zzz") # package names
pkgs
install.packages(pkgs) # used only one time - how to do this?
# installation
= lapply(pkgs, library, character.only = TRUE) # load them inst
Prerequsites
aus Datenbereinigung-2
aus Datenbereinigung-3