Description Usage Arguments Value Examples
this is mainly a helper function for using the readWQPdata() function from the dataRetrieval package in that it helps the user identify if any of the station of interest don't have sample data associated with them, or simply don't exist.
1 | get_sample_data(site_names, chem_codes = USGS_parameter_priority)
|
site_names |
list of site names |
chem_codes |
a data frame with the USGS water chemistry codes of the parameters you want to query |
water quality sample data for sites
1 2 3 4 5 | ## Not run:
site_names <- c("USEPA-440432070255401","test", "USGS-010158001", "USGS-01011100", "test2")
sample_data <- get_sample_data(site_names)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.