query: Query azmpdata Data products

Description Usage Arguments Note Examples

View source: R/query.R

Description

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)

Usage

1
query(search_key, location = "title")

Arguments

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)

Note

Leave search_key blank '' to return all available datasets

Examples

1
2
3
4
5
6
## Not run: 
devtools::install_github("casaultb/azmpdata")
library(azmpdata)
query(search_key = c('broadscale'), location = 'title')

## End(Not run)

EOGrady21/multivaR documentation built on March 3, 2022, 12:01 a.m.