rnassqs (version 0.5.0)

nassqs_param_values: Get all values for a specific parameter.

Description

Returns a list of all possible values for a given parameter.

Usage

nassqs_param_values(param)

Arguments

param

the name of a NASS quickstats parameter

Value

a list containing all valid values for that parameter

Examples

Run this code
# NOT RUN {
  # See all values available for the statisticcat_desc field. Values may not
  # be available in the context of other parameters you set, for example
  # a given state may not have any 'YIELD' in blueberries if they don't grow
  # blueberries in that state.
  # Requires an API key:
  
  nassqs_param_values("source_desc")
# }

Run the code above in your browser using DataLab