Search for CoV open data datasets
search_cov_datasets( search_term, trim = TRUE, apikey = getOption("VancouverOpenDataApiKey"), refresh = FALSE )
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`` |
tibble format data table output
# search available datasets relating to trees if (FALSE) { search_cov_datasets("trees") }