downloadDMRs | R Documentation |
Returns DMRs in a nested list using echoGetEffluent()
. Uses a dataframe with a column of p_id numbers. Please note that p_id's are case sensitive.
downloadDMRs(df, idColumn, pBar = TRUE, verbose = FALSE, ...)
df |
dataframe with column of id numbers |
idColumn |
unquoted string, name of column containing the p_id permit numbers |
pBar |
logical, display a progress bar? Defaults to TRUE |
verbose |
logical, indicating whether to provide processing and retrieval messages. Defaults to FALSE. Suggest leaving this FALSE if |
... |
additional arguments passed to echoGetEffluent |
dataframe df, with a column containing the discharge monitoring reports downloaded with echoGetEffluentSummary
## This example requires an internet connection to run
## Retrieve multiple DMRs for flow
df <- tibble::tibble("id" = c('TX0119407', 'TX0132187'))
df <- downloadDMRs(df, id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.