get_options: Get the parameter options available for some short_desc...

Description Usage Arguments Value Examples

View source: R/nass_api.R

Description

Not all combinations of parameters are available for all data items. This functions finds the unique combinations that are available.

Usage

1
get_options(key, data_item)

Arguments

key

Your NASS API key.

data_item

The short_desc (data item) string to get options for.

Value

A tibble df of the unique combinations of other paramters that are available.

Examples

1
2
key <- Sys.getenv('NASS_KEY')
get_options(key=key, data_item='CORN, GRAIN - ACRES HARVESTED')

quickerstats documentation built on Oct. 23, 2020, 8:11 p.m.