Skip to contents

Inspects the table metadata to find the time dimension and returns its available period labels (e.g., years or year-months).

Usage

nso_table_periods(tbl_id)

Arguments

tbl_id

Table identifier.

Value

Character vector of period labels (e.g., years)

Examples

periods <- nso_table_periods("DT_NSO_0300_001V2")
head(periods)
#> [1] "2025" "2024" "2023" "2022" "2021" "2020"