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 | 2424433 |
IMP | Imports | 2399087 |
BAL_RT | Balance for values / Ratio for indices | 1131191 |