Skip to content
Snippets Groups Projects
Commit 86bd7ca1 authored by clblatte's avatar clblatte
Browse files

update to main

parent a36491f0
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment