Download the CoV open data catalogue
list_cov_datasets(
trim = TRUE,
apikey = getOption("VancouverOpenDataApiKey"),
refresh = FALSE
)
trim all NA columns, optional, defaul `TRUE`
the CoV open data API key, optional
refresh cached data, default `FALSE``
tibble format data table output
# List and search available datasets
if (FALSE) {
list_cov_datasets()
}