Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SIMO_output
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clblatte
SIMO_output
Commits
86bd7ca1
Commit
86bd7ca1
authored
5 years ago
by
clblatte
Browse files
Options
Downloads
Patches
Plain Diff
update to main
parent
a36491f0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Main.R
+3
-3
3 additions, 3 deletions
Main.R
with
3 additions
and
3 deletions
Main.R
+
3
−
3
View file @
86bd7ca1
...
...
@@ -72,13 +72,13 @@ columns <- paste0("id,
CARBON_STORAGE"
)
### !!! Needed if
the DB i
s re
ad/load
ed for the first time, since dataframes are also stored as csv-file under "output/". !!!
### !!! Needed if
indicator column
s
a
re
select
ed 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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment