Description Usage Arguments See Also
List available services by endpoint
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | aqs_list(
aqs_user,
endpoint = c("states", "countiesByState", "sitesByCounty", "cbsas", "classes",
"parametersByClass", "pqaos", "mas"),
vars = NULL,
...
)
aqs_list_states(aqs_user, ...)
aqs_list_counties(aqs_user, state, ...)
aqs_list_sites(aqs_user, state, county, ...)
aqs_list_classes(aqs_user, ...)
aqs_list_parameters(aqs_user, pc, ...)
|
aqs_user |
User information in the form of a list with |
endpoint |
Service endpoint |
vars |
List of variables for the endpoint request. See |
... |
Additional arguments passed to |
state |
Two-digit state code. Required when |
county |
Three-digit county code. Required when |
pc |
Parameter class, for use when |
aqs_get list_services
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.