From a5f44e0db5aa1f702360b87ce464a168b92c596e Mon Sep 17 00:00:00 2001
From: clblatte <clemens.c.blattert@jyu.fi>
Date: Wed, 11 Dec 2019 17:17:31 +0200
Subject: [PATCH] change main.R

---
 Main.R | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Main.R b/Main.R
index 8d50497..d9f5c48 100644
--- a/Main.R
+++ b/Main.R
@@ -60,11 +60,12 @@ columns <-  paste0("id,
                    income_biomass,
                    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 the DB is read/loaded 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: #
 
+# ... and the single csv can later also be loaded into the R-environment with:
+rslt <- read.csv(paste0(path, "output/rslt_all.csv"), sep = ";", header = TRUE, stringsAsFactors = FALSE)
 
-### The single csv can later also be loaded into the R-environment with:
 
-rslt <- read.csv(paste0(path, "output/rslt_all.csv"), sep = ";", header = TRUE, stringsAsFactors = FALSE)
-- 
GitLab