
Queries the POWER API returning detailed information on
available parameter groupings grouped by community followed by temporal
API or if global = TRUE
, grouped by climatology, then by the
available types of parameters.
query_groupings(global = FALSE)
A list object of information on parameter groupings in the POWER
API.
Boolean; should the query return global parameter groupings and
attribute information? Defaults to FALSE
returning details for point
data.
Adam H. Sparks, adamhsparks@gmail.com
if (FALSE) { # interactive()
# fetch groupings for parameters
query_groupings()
# fetch groupings for global parameters
query_groupings(global = TRUE)
}
Run the code above in your browser using DataLab