Last observation: 31 juil. 2026 (N = 64) · 30 juin 2026 (N = 64) · 31 déc. 2025 (N = 32)
First observation: 31 janv. 1919 (N = 6) · 31 mars 1919 (N = 6) · 31 déc. 1919 (N = 3)
Last data update: 05 sept. 2026, 23:58
Last compile: 14 sept. 2026, 22:01
G17 |>
group_by(SERIES_CODE, SERIES_NAME, CURRENCY, UNIT) |>
summarise(Nobs = n()) |>
left_join(G17_var$CURRENCY |> rename(CURRENCY = id), by = "CURRENCY") |>
select(-description.default) |>
arrange(-Nobs) %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}G17_struct_concepts %>%
{if (is_html_output()) print_table(.) else .}| id | Name.default |
|---|---|
| OBS_VALUE | Observation value |
| SERIES_CODE | Series Code |
| UNIT_MULT | Unit multiplier |
| FREQ | Frequency |
| SERIES_NAME | Series Name |
| CURRENCY | Currency |
| UNIT | Units |
| OBS_STATUS | Observation status |
| TIME_PERIOD | Time |
| SA | Seasonal Adjustment |
G17_var$UNIT_MULT %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}G17 |>
group_by(CURRENCY) |>
summarise(Nobs = n()) |>
left_join(G17_var$CURRENCY |> rename(CURRENCY = id), by = "CURRENCY") |>
select(-description.default) %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}