Description Usage Arguments Value Examples
Not all combinations of parameters are available for all data items. This functions finds the unique combinations that are available.
1 | get_options(key, data_item)
|
key |
Your NASS API key. |
data_item |
The short_desc (data item) string to get options for. |
A tibble df of the unique combinations of other paramters that are available.
1 2 | key <- Sys.getenv('NASS_KEY')
get_options(key=key, data_item='CORN, GRAIN - ACRES HARVESTED')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.