diff --git a/Main.R b/Main.R index df4c2e1579dabfc346ca8ed96a028799cab47575..9f578e8ed2fb1b1c9a341b45b9ba60bb1f3d08b8 100644 --- a/Main.R +++ b/Main.R @@ -72,13 +72,13 @@ columns <- paste0("id, CARBON_STORAGE") -### !!! Needed if the DB is read/loaded for the first time, since dataframes are also stored as csv-file under "output/". !!! +### !!! Needed if indicator columns are selected for the first time, since dataframes are also stored as csv-file under "output/". !!! -source(paste0(path, "loadDB.R")) # Afterwards, you can also exclude this line with: # +# source(paste0(path, "loadDB.R")) # Afterwards, you can also exclude this line with: # # ... and the single csv can later also be loaded into the R-environment with: -# rslt <- read.csv(paste0(path, "output/rslt_", sim_variant, "_all.csv" ), sep = ";", header = TRUE, stringsAsFactors = FALSE) +rslt <- read.csv(paste0(path, "output/rslt_", sim_variant, "_all.csv" ), sep = ";", header = TRUE, stringsAsFactors = FALSE)