Scale income to millions so income_per_person rounds meaningfully
This commit is contained in:
@@ -5,14 +5,12 @@
|
||||
|
||||
source("scripts/00_paths.R")
|
||||
|
||||
source("scripts/00_paths.R")
|
||||
|
||||
library(tibble)
|
||||
library(readr)
|
||||
|
||||
df_income <- tribble(
|
||||
~id, ~category, ~denomination, ~jan, ~feb, ~mar, ~apr, ~may, ~jun,
|
||||
1, "income", "euro", 42000, 39500, 44200, 41800, 43100, 40600
|
||||
1, "income", "euro", 42000000, 39500000, 44200000, 41800000, 43100000, 40600000
|
||||
)
|
||||
|
||||
df_population <- tribble(
|
||||
|
||||
Reference in New Issue
Block a user