Description Usage Arguments Value
Given a service request and a set of query parameters and values, return the output from the API
1 | genericAQ(resource, parameters, values, host = "ts-api.nwis.usgs.gov")
|
resource |
the resource to retrieve - such as raw data (GetTimeSeriesRawData), or corrections (GetCorrectionList). See AQ API documentation for details on available resources |
parameters |
a character vector the names of the parameters to query by |
values |
the values corresponding to each parameter |
host |
the host to use - could be a test server for development, or the production server for running real queries |
the response from the query
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.