Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 0 additions & 54 deletions test_data/test_data.R

This file was deleted.

4 changes: 0 additions & 4 deletions tests/testthat.R

This file was deleted.

4 changes: 2 additions & 2 deletions vignettes/WQPDataHarmonization.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ Water Quality Portal downloads have the same columns each time, but be aware tha
In this vignette, we will walk through some of the things to look for when deciding to use different organizations data from the WQP.
```{r}
#You can edit this to define your own WQP query inputs below
TADAProfile <- TADAdataRetrieval(statecode = "24",
TADAProfile <- TADAdataRetrieval(statecode = "UT",
characteristicName = c("Ammonia", "Nitrate", "Nitrogen"),
startDate = "01-01-2022")
startDate = "01-01-2021")
```

## Depth unit conversions
Expand Down