From 86bd7ca1f4b37574601714984d0ed7c816bc0b24 Mon Sep 17 00:00:00 2001 From: clblatte <clemens.c.blattert@jyu.fi> Date: Wed, 12 Feb 2020 17:14:48 +0200 Subject: [PATCH] update to main --- Main.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Main.R b/Main.R index df4c2e1..9f578e8 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) -- GitLab