diff --git a/scripts/01_create_data.R b/scripts/01_create_data.R index 0d7a285..26260e5 100644 --- a/scripts/01_create_data.R +++ b/scripts/01_create_data.R @@ -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 + ~id, ~category, ~denomination, ~jan, ~feb, ~mar, ~apr, ~may, ~jun, + 1, "income", "euro", 42000000, 39500000, 44200000, 41800000, 43100000, 40600000 ) df_population <- tribble(