Skip to content
Snippets Groups Projects
Commit c590ce5e authored by Ingram Jaccard's avatar Ingram Jaccard
Browse files

edit full code

parent 2fbff3f5
No related branches found
No related tags found
No related merge requests found
......@@ -7903,7 +7903,7 @@ write_csv(df_mapped_result_ntiles,
# 1) load MRIO result file
dat_results_raw = read_rds(here("analysis", "preprocessing", "income-stratified-footprints",
"results_formatted_method1_pxp_pps_hh_no_rent.rds")) %>%
"results_formatted_method1_pxp.rds")) %>%
ungroup() %>%
mutate(year= strtoi(year)) %>%
rename(iso2 = geo)
......@@ -8221,7 +8221,7 @@ write_csv(df_mapped_result_ntiles,
# 1) load MRIO result file
dat_results_raw = read_rds(here("analysis", "preprocessing", "income-stratified-footprints",
"results_formatted_method2_ixi_pps_hh_no_rent.rds")) %>%
"results_formatted_method2_ixi.rds")) %>%
ungroup() %>%
mutate(year= strtoi(year)) %>%
rename(iso2 = geo)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment