From c2c4f091472338f6b3c28d61697bd35c49e73b89 Mon Sep 17 00:00:00 2001 From: jaccard <jaccard@pik-potsdam.de> Date: Tue, 15 Dec 2020 19:49:15 -0800 Subject: [PATCH] edit full code --- analysis/preprocessing/full_code.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/analysis/preprocessing/full_code.Rmd b/analysis/preprocessing/full_code.Rmd index 3cdf0f1..26ff073 100644 --- a/analysis/preprocessing/full_code.Rmd +++ b/analysis/preprocessing/full_code.Rmd @@ -1115,8 +1115,8 @@ Would be in an 'income-stratified-footprints' preprocessing folder ```{r income-stratified-footprints, eval = FALSE} # income-stratified-footprints directory -data_dir_income_stratified_footprints = paste("/",file.path("data","metab","income-stratified-footprints", fsep=.Platform$file.sep),sep="") - +#data_dir_income_stratified_footprints = paste("/",file.path("data","metab","income-stratified-footprints", fsep=.Platform$file.sep),sep="") +data_dir_income_stratified_footprints = here("analysis", "preprocessing", "income-stratified-footprints") ################################################### !!!! method 1 - PPS HH - RENT NOT MAPPED TO EXIOBASE !!!! ########################################### ########################################################################################################################################################## -- GitLab