search_cov_datasets: Search for CoV open data datasets

Description Usage Arguments Value Examples

Description

Search for CoV open data datasets

Usage

1
2
3
4
5
6
search_cov_datasets(
  search_term,
  trim = TRUE,
  apikey = getOption("VancouverOpenDataApiKey"),
  refresh = FALSE
)

Arguments

search_term

grep string to serach through datasets

trim

trim all NA columns, optional, defaul 'TRUE'

apikey

the CoV open data API key, optional

refresh

refresh cached data, default 'FALSEā€œ

Value

tibble format data table output

Examples

1
2
3
4
5
# search available datasets relating to trees
## Not run: 
search_cov_datasets("trees")

## End(Not run)

VancouvR documentation built on Oct. 21, 2021, 9:07 a.m.