Skip to contents

Returns the CIHI data-table catalogue — every public data-table .xlsx workbook on CIHI's “Access data and reports > Data tables” page (https://www.cihi.ca/en/access-data-and-reports/data-tables), with its direct url and an Internet Archive wayback_url fallback. The full ~218-row catalogue is bundled in rmoriedata (rmoriedata::load_cihi_data_tables()); if that package is not installed this returns a small built-in subset so the function still works. Pass any url to morie_ingest_cihi_xlsx.

Usage

morie_datasets_cihi_data_tables()

Value

A base R data.frame with columns title, url, and (when rmoriedata is present) wayback_url.

Examples

cat <- morie_datasets_cihi_data_tables()
nrow(cat)
#> [1] 232
cat$title[1]
#> [1] "Injury and Trauma Emergency Department and Hospitalization Statistics, 2024–2025"