Skip to contents

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.

Usage

query_groupings(global = FALSE)

Arguments

global

Boolean; should the query return global parameter groupings and attribute information? Defaults to FALSE returning details for point data.

Value

A list object of information on parameter groupings in the POWER

API.

Author

Adam H. Sparks, adamhsparks@gmail.com

Examples

if (FALSE) { # interactive()

# fetch groupings for parameters
query_groupings()

# fetch groupings for global parameters
query_groupings(global = TRUE)
}