list_cov_datasets {VancouvR} | R Documentation |
Download the CoV open data catalogue
list_cov_datasets(
trim = TRUE,
apikey = getOption("VancouverOpenDataApiKey"),
refresh = FALSE
)
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
# List and search available datasets
## Not run:
list_cov_datasets()
## End(Not run)