Skip to content
Snippets Groups Projects
Commit a0e11ff8 authored by bpkleer's avatar bpkleer
Browse files

Merge branch 'main' of gitlab.com:bpkleer/mtg-21-tidyverse

parents aaf8bcef df0d0265
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,11 @@ devtools::install_github("gadenbuie/xaringanExtra")
Für die Darstllung von Tabellen wird dazu noch das Paket `DT` und `icons` benötigt:
```{r}
install.packages(c("DT","icons"), dependencies = TRUE)
install.packages("DT", dependencies = TRUE)
remotes::install_github("mitchelloharawild/icons")
# hinzufügen der fontawesome Icons (andere auch noch möglich)
download_fontawesome()
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment