Skip to content
Snippets Groups Projects
scribble.qmd 387 B
Newer Older
---
title: "scribble"
---


{{< include librarys-datimport.qmd >}}



# ToDos

- [ ] Trakte, Ecken z.B. Infoflyer





```{r echo=FALSE}
# ich weiß immer noch nicht ob prettyNum geeignet ist
prettyNum(waldfl_spez_long %>%   filter(Land== 'Brandenburg'  & Kategorie == 'Blöße') %>%   select(Fläche) %>%   pull(), digits = 3, big.mark = ".", decimal.mark = ",", scientific = FALSE)
```