Download the CoV open data catalogue

list_cov_datasets(
  trim = TRUE,
  apikey = getOption("VancouverOpenDataApiKey"),
  refresh = FALSE
)

Arguments

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

# List and search available datasets
if (FALSE) {
list_cov_datasets()
}