wqp_check_status | R Documentation |
The information from this request is only available for a limited time after the original query from the WQP. In the readWQPdata and readWQPqw functions, the results from this function will be attached as an attribute to the data.
wqp_check_status(wqp_request_id)
wqp_request_id |
A character returned from the header of a WQP request. |
a list generated from the WQP describing what data was returned.
rawPcode <- readWQPqw("USGS-01594440", "01075", ignore_attributes = TRUE)
headerInfo <- attr(rawPcode, "headerInfo")
wqp_request_id <- headerInfo$`wqp-request-id`
count_info <- wqp_check_status(wqp_request_id)
count_info[["dataProviders"]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.