list_cov_datasets: Download the CoV open data catalogue

View source: R/datasets.R

list_cov_datasetsR 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)


VancouvR documentation built on May 29, 2024, 7:55 a.m.