Code
ext_st_eu27_2020sitc %>%
left_join(stk_flow, by = "stk_flow") %>%
group_by(stk_flow, Stk_flow) %>%
summarise(Nobs = n()) %>%
arrange(-Nobs) %>%
print_table_conditional()| stk_flow | Stk_flow | Nobs |
|---|---|---|
| EXP | Exports | 2578651 |
| IMP | Imports | 2551920 |
| BAL_RT | Balance for values / Ratio for indices | 1201159 |