Learn R Programming

nasapower (version 4.2.4)

query_groupings: 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)

Value

A list object of information on parameter groupings in the POWER

API.

Arguments

global

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

Author

Adam H. Sparks, adamhsparks@gmail.com

Examples

Run this code
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