Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lars Dalby
almass
Commits
718c25a1
Commit
718c25a1
authored
Jan 28, 2019
by
LDalby
Browse files
Fix path to rotations file
parent
4727c0a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Grendel/collect-results-scenario_02.R
View file @
718c25a1
...
...
@@ -36,7 +36,7 @@ path(path_to_dirs, glue::glue("WD{suffix}"), "Results", grain_file_name) %>%
data.table
::
setnames
(
c
(
"season"
,
"grain_dist"
,
"param"
,
"value"
))
->
all_grain
rotation_file_name
<-
"scenario-rotations.txt"
path
(
path_to_dirs
,
glue
::
glue
(
"WD{suffix}"
),
"Results"
,
rotation_file_name
)
%>%
path
(
path_to_dirs
,
glue
::
glue
(
"WD{suffix}"
),
rotation_file_name
)
%>%
future_map
(
data.table
::
fread
)
%>%
data.table
::
rbindlist
()
%>%
data.table
::
setnames
(
c
(
"wd"
,
"rotation"
))
->
all_rotation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment