diff --git a/Main.R b/Main.R index 8d50497ac442bc7e847cfcfae287a0bdf878dfcd..d9f5c489a52997aa4c02b15a600afe56fe0fd3c4 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)