Get metadata for CoV open data dataset
get_cov_metadata(
dataset_id,
apikey = getOption("VancouverOpenDataApiKey"),
refresh = FALSE
)
the CoV open data dataset id
the CoV open data API key, optional
refresh cached data, default `FALSE``
tibble format data table output
# Get the metadata for the street trees dataset
if (FALSE) {
get_cov_metadata("street-trees")
}