list_cov_datasets: Download the CoV open data catalogue

Description Usage Arguments Value Examples

View source: R/datasets.R

Description

Download the CoV open data catalogue

Usage

1
2
3
4
5
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

1
2
3
4
5
# List and search available datasets
## Not run: 
list_cov_datasets()

## End(Not run)

VancouvR documentation built on Oct. 21, 2021, 9:07 a.m.