Skip to content
Snippets Groups Projects
Commit b1988eb9 authored by B. Philipp Kleer's avatar B. Philipp Kleer
Browse files

Update README.md

parent 684d56eb
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,8 @@ 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")
```
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