Code
icw_sr_05 %>%
left_join(stk_flow, by = "stk_flow") %>%
group_by(stk_flow, Stk_flow) %>%
summarise(Nobs = n()) %>%
arrange(-Nobs) %>%
{if (is_html_output()) print_table(.) else .}| stk_flow | Stk_flow | Nobs |
|---|---|---|
| EXPN | Expenditure | 87 |
| INC | Income | 87 |
| SAV | Savings | 87 |
| WLTH_NET | Net wealth | 62 |