powered by
Not all combinations of parameters are available for all data items. This functions finds the unique combinations that are available.
get_options(key, data_item)
Your NASS API key.
The short_desc (data item) string to get options for.
A tibble df of the unique combinations of other paramters that are available.
# 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