query_groupings {nasapower} | R 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 |
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)
[Package nasapower version 4.2.1 Index]