Skip to contents

Get metadata for a single dataset

Usage

morie_dataset_info(key)

Arguments

key

Dataset catalog key (or fuzzy match).

Value

A named list with dataset metadata.

Examples

# Use a real catalog key (run `morie_dataset_catalog()$key` to list them):
info <- morie_dataset_info("ocp21")
info$source
#> [1] "oc"
info$year
#> [1] "2021-2022"
# Fuzzy match works for partial / forgiving keys:
morie_dataset_info("cpads")$key
#> [1] "ocp21"