January 30, 2025
# Nitrate
---
execute:
echo: false
date: "`r Sys.Date()`"
format:
html:
code-fold: true
code-tools: true
code-summary: "Show the code"
---
```{r echo = F, warning=FALSE, message=FALSE,fig.height=8, fig.width=10}
# set parameter
characteristic <- "Inorganic nitrogen (nitrate and nitrite)"
# source static regulatory criteria boxplot function
source("functions/static_boxplot_function.R")
# source table download function
source("functions/table_download.R")
download_tbl(char = characteristic)
```