Skip to contents

Phase 3CCC4. Bundled snapshot of every City-of-Vancouver dataset published on opendata.vancouver.ca (190 datasets as of 2026-05-24). Each row identifies a dataset by its Opendatasoft dataset_id slug (used as the URL path segment for records / exports endpoints).

Usage

morie_datasets_vancouver_opendata_layers(offline = TRUE, max_features = NULL)

Arguments

offline

If TRUE (default), reads the bundled CSV; if FALSE, paginates the live catalog endpoint.

max_features

Optional row cap.

Value

A data.frame with dataset_id, title, publisher, records_count.

References

Opendatasoft Explore API v2.1, https://opendata.vancouver.ca/api-console/explore/v2.1/.

Examples

cat_df <- morie_datasets_vancouver_opendata_layers(offline = TRUE)
nrow(cat_df)  # 190
#> [1] 190
head(cat_df$title)
#> [1] "2019-2022 Capital Plan and 2021 Budget and funding"                                             
#> [2] "2021 new Multi-Year Capital Budget requests and 2021 Capital Expenditure Budget"                
#> [3] "2022 new Multi-Year Capital Budget requests and 2022 Capital Expenditure Budget"                
#> [4] "2023-2026 Capital Plan and 2023 Capital Budget with proposed four-year Capital Plan allocations"
#> [5] "2023-2026 Capital Plan and 2024 Capital Budget with proposed four-year Capital Plan allocations"
#> [6] "2023-2026 Capital Plan and 2025 Capital Budget with proposed four-year Capital Plan allocations"