Code
datasets |>
filter(code %in% list_main_datasets) |>
mutate(html = paste0("[html](", code, '.html)')) %>%
{if (is_html_output()) print_table(.) else .}| code | name | html |
|---|---|---|
| CPIa | Consumer Price Index - Annual Average | [html](CPIa.html) |
| CPIm | Consumer Price Index - Monthly | [html](CPIm.html) |
| MIm | Major items (Labour force, Employed person, Employee, Unemployed person, Not in labour force, Unemployment rate) | [html](MIm.html) |
Data - statjp