query_groupings: Query the POWER API for Detailed Information on Available...

View source: R/query_groupings.R

query_groupingsR Documentation

Query the POWER API for Detailed Information on Available Parameter Groupings

Description

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(s)

Adam H. Sparks, adamhsparks@gmail.com

Examples



# fetch groupings for parameters
query_groupings()

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


adamhsparks/nasapower documentation built on March 29, 2024, 5:43 p.m.