list_cov_datasets {VancouvR}R Documentation

Download the CoV open data catalogue

Description

Download the CoV open data catalogue

Usage

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
## Not run: 
list_cov_datasets()

## End(Not run)


[Package VancouvR version 0.1.8 Index]