powered by
Returns one row per dimension with basic metadata.
nso_dims(tbl_id)
A tibble with columns: dim (display name), code (dimension code), is_time (logical), and n_values (number of values for the dimension).
dim
code
is_time
n_values
Table identifier (e.g., "DT_NSO_0300_001V2").
dims <- nso_dims("DT_NSO_0300_001V2") dims
Run the code above in your browser using DataLab