── Column specification ────────────────────────────────────────────────────────
Delimiter: "\t"
chr (17): person, name.x, state, headquarters, source, industry, gender, las...
dbl (4): time, daily_income, age, birth_comb
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
2 Plot the mean daily income in each region over time.
`summarise()` has grouped output by 'world_6region'. You can override using the
`.groups` argument.