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

change main.R

parent 8649822f
No related branches found
No related tags found
No related merge requests found
...@@ -60,11 +60,12 @@ columns <- paste0("id, ...@@ -60,11 +60,12 @@ columns <- paste0("id,
income_biomass, income_biomass,
CARBON_STORAGE") 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: # # 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)
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