Description Usage Arguments Note Examples
Search for matches to search term(s) within azmpdata package data objects. Other search functions that may be useful include azmpdata::lookup_variable (which allows searching of the detailed variable table - including descriptions of all variables) or azmpdata::variable_lookup (which also searches through dataframe titles)
1 | query(search_key, location = "title")
|
search_key |
Keyword(s) to search for in azmpdata, if using multiple keywords, provide vector of character strings |
location |
Where to search for keyword(s), options are 'title' (which searches through the titles of data frames), or 'metadata' (which searches through the descriptions of dataframes) |
Leave search_key blank ''
to return all available datasets
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.