Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HYCAR-Hydro
airGRteaching
Commits
cd4c08d4
Commit
cd4c08d4
authored
Jun 04, 2021
by
Delaigue Olivier
Browse files
fix(GUI): automatically rename the date column of ObsDF
Refs
#38
parent
0be4a932
Pipeline
#23748
passed with stage
in 2 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
R/ShinyGR.R
View file @
cd4c08d4
...
...
@@ -21,6 +21,7 @@ ShinyGR <- function(ObsDF = NULL, DatesR = NULL, Precip = NULL, PotEvap = NULL,
}
}
if
(
is.data.frame
(
ObsDF
))
{
colnames
(
ObsDF
)[
1L
]
<-
"DatesR"
ObsDF
<-
list
(
ObsDF
)
}
...
...
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