get_cov_metadata {VancouvR} | R Documentation |
Get metadata for CoV open data dataset
Description
Get metadata for CoV open data dataset
Usage
get_cov_metadata(
dataset_id,
apikey = getOption("VancouverOpenDataApiKey"),
refresh = FALSE
)
Arguments
dataset_id |
the CoV open data dataset id |
apikey |
the CoV open data API key, optional |
refresh |
refresh cached data, default 'FALSE“ |
Value
tibble format data table output
Examples
# Get the metadata for the street trees dataset
## Not run:
get_cov_metadata("street-trees")
## End(Not run)
[Package VancouvR version 0.1.8 Index]