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
Maintenance scheduled for Thursday, May 26th at 15:00 MST. Expected downtime <1 hour.
Open sidebar
Water
dataRetrieval
Commits
0cc41da9
Commit
0cc41da9
authored
Apr 19, 2016
by
Laura A DeCicco
Browse files
Merge pull request #210 from ldecicco-USGS/master
Bug fix
parents
92909d1f
d2a8fc42
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/importWaterML1.r
View file @
0cc41da9
...
...
@@ -430,7 +430,7 @@ importWaterML1 <- function(obs_url,asDateTime=FALSE, tz=""){
mergedDF
<-
data.frame
()
}
if
(
asDateTime
){
if
(
asDateTime
&
nrow
(
mergedDF
)
>
0
){
if
(
tz
!=
""
){
attr
(
mergedDF
$
dateTime
,
"tzone"
)
<-
tz
mergedDF
$
tz_cd
<-
rep
(
tz
,
nrow
(
mergedDF
))
...
...
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