query | R Documentation |
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)
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
## Not run: devtools::install_github("casaultb/azmpdata") library(azmpdata) query(search_key = c('broadscale'), location = 'title') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.