lookup_by_pqao | R Documentation |
Internal function to perform geospatial lookup by primary quality assurance organization.
lookup_by_pqao( endpoint, bdate, edate, param, pqao, cached = TRUE, cache_directory = "/cache" )
endpoint |
Base url to make call. |
bdate |
Beginning date to check. Year, month, day format. |
edate |
Ending date to check. Year, month, day format. |
param |
Pollutant parameter that site is measuring. |
pqao |
An encoding for a Primary Quality Assurance Organization. If unsure, use get_all_pqaos(). |
cached |
TRUE or FALSE specifying if the data from the call is to be cached. Default: TRUE. (Optional) |
cache_directory |
Place inside user-level cache directory to store the cached data. Default: "/cache". (Optional) |
## Not run: bdate <- "20200101" edate <- "20201231" param <- "44201" pqao <- "0013" result <- lookup_by_pqao(QA_APE, bdate, edate, param, pqao) result$Data ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.