Learn R Programming

quickerstats (version 0.0.1)

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

Description

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

Usage

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

Run this code
# NOT RUN {
key <- Sys.getenv('NASS_KEY')
get_options(key=key, data_item='CORN, GRAIN - ACRES HARVESTED')
# }

Run the code above in your browser using DataLab