Skip to content
Snippets Groups Projects
Commit 4dbc7d92 authored by Francesco Sabatini's avatar Francesco Sabatini
Browse files

Added chunk to 00_CheckData to highlight plots without location uncertainty

parent 93a80a4f
Branches
No related tags found
No related merge requests found
......@@ -147,6 +147,18 @@ knitr::kable(header %>%
full_width = F, position = "center")
```
Plots without location uncertainty (by dataset)
```{r}
knitr::kable(header %>%
filter(is.na(`Location uncertainty (m)`)) %>%
group_by(Dataset) %>%
summarize(n()),
caption="Number of plots without Location Uncertainty per dataset") %>%
kable_styling(bootstrap_options = c("striped", "hover", "condensed", "responsive"),
full_width = F, position = "center")
```
Other known problems still to be fixed:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment