Learn R Programming

VancouvR (version 0.1.8)

list_cov_datasets: Download the CoV open data catalogue

Description

Download the CoV open data catalogue

Usage

list_cov_datasets(
  trim = TRUE,
  apikey = getOption("VancouverOpenDataApiKey"),
  refresh = FALSE
)

Value

tibble format data table output

Arguments

trim

trim all NA columns, optional, defaul `TRUE`

apikey

the CoV open data API key, optional

refresh

refresh cached data, default `FALSE``

Examples

Run this code
# List and search available datasets
if (FALSE) {
list_cov_datasets()
}

Run the code above in your browser using DataLab