Description Usage Arguments Value Examples
There are large number of data items available. This function can be used to increasingly refine search results until the desired data item is found.
1 | search_data_items(key, search_terms, exclude = c())
|
key |
Your NASS api key. |
search_terms |
A vector of search terms. Each result will include all terms. |
exclude |
A vector of search terms to exclude. No result will have any of these. |
A list of all search results.
1 2 3 4 | key <- Sys.getenv('NASS_KEY')
search_data_items(key, search_terms=c('corn', 'harvested'),
exclude=c('sweet'))
search_data_items(key, search_terms=c('corn', 'price'), exclude=c())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.