Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dataRetrieval
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Water
dataRetrieval
Commits
89e9e778
Commit
89e9e778
authored
12 years ago
by
Laura A DeCicco
Browse files
Options
Downloads
Patches
Plain Diff
fixed time zone bug.
parent
cf41677a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DESCRIPTION
+2
-2
2 additions, 2 deletions
DESCRIPTION
R/retrieveUnitNWISData.r
+1
-1
1 addition, 1 deletion
R/retrieveUnitNWISData.r
with
3 additions
and
3 deletions
DESCRIPTION
+
2
−
2
View file @
89e9e778
Package: dataRetrieval
Package: dataRetrieval
Type: Package
Type: Package
Title: Retrieval functions for USGS data
Title: Retrieval functions for USGS data
Version: 1.2.
0
Version: 1.2.
1
Date: 2012-
07-19
Date: 2012-
12-31
Author: Robert M. Hirsch, Laura De Cicco
Author: Robert M. Hirsch, Laura De Cicco
Maintainer: Laura De Cicco <ldecicco@usgs.gov>
Maintainer: Laura De Cicco <ldecicco@usgs.gov>
Description: Collection of functions to help retrieve USGS data from either web
Description: Collection of functions to help retrieve USGS data from either web
...
...
This diff is collapsed.
Click to expand it.
R/retrieveUnitNWISData.r
+
1
−
1
View file @
89e9e778
...
@@ -64,6 +64,6 @@ retrieveUnitNWISData <- function (siteNumber,ParameterCd,StartDate,EndDate,inter
...
@@ -64,6 +64,6 @@ retrieveUnitNWISData <- function (siteNumber,ParameterCd,StartDate,EndDate,inter
ret.val
<-
x
ret.val
<-
x
return
(
ret.val
)})
return
(
ret.val
)})
retval
<-
as.data.frame
(
retval
,
stringsAsFactors
=
FALSE
)
retval
<-
as.data.frame
(
retval
,
stringsAsFactors
=
FALSE
)
names
(
retval
)
<-
c
(
'agency'
,
'site'
,
'dateTime'
,
'value'
,
'code'
)
names
(
retval
)
<-
c
(
'agency'
,
'site'
,
'dateTime'
,
'tzone'
,
'value'
,
'code'
)
return
(
retval
)
return
(
retval
)
}
}
\ No newline at end of file
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