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
f54cc3da
Commit
f54cc3da
authored
10 years ago
by
Laura A DeCicco
Browse files
Options
Downloads
Patches
Plain Diff
Update version.
parent
e5dadd09
No related branches found
No related tags found
1 merge request
!55
Change from lazy loading to data.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DESCRIPTION
+1
-1
1 addition, 1 deletion
DESCRIPTION
R/whatNWISData.r
+1
-1
1 addition, 1 deletion
R/whatNWISData.r
with
2 additions
and
2 deletions
DESCRIPTION
+
1
−
1
View file @
f54cc3da
Package: dataRetrieval
Package: dataRetrieval
Type: Package
Type: Package
Title: Retrieval Functions for USGS and EPA Hydrologic and Water Quality Data
Title: Retrieval Functions for USGS and EPA Hydrologic and Water Quality Data
Version: 2.0.
1
Version: 2.0.
2.9000
Date: 2014-12-02
Date: 2014-12-02
Authors@R: c( person("Robert", "Hirsch", role = c("aut"),
Authors@R: c( person("Robert", "Hirsch", role = c("aut"),
email = "rhirsch@usgs.gov"),
email = "rhirsch@usgs.gov"),
...
...
This diff is collapsed.
Click to expand it.
R/whatNWISData.r
+
1
−
1
View file @
f54cc3da
...
@@ -73,7 +73,7 @@ whatNWISdata <- function(siteNumbers,service="all",parameterCd="all",statCd="all
...
@@ -73,7 +73,7 @@ whatNWISdata <- function(siteNumbers,service="all",parameterCd="all",statCd="all
}
}
data
(
"parameterCdFile"
)
data
(
"parameterCdFile"
,
envir
=
)
if
(
!
(
"all"
%in%
parameterCd
)){
if
(
!
(
"all"
%in%
parameterCd
)){
parameterCdCheck
<-
all
(
nchar
(
parameterCd
)
==
5
)
&
all
(
!
is.na
(
suppressWarnings
(
as.numeric
(
parameterCd
))))
parameterCdCheck
<-
all
(
nchar
(
parameterCd
)
==
5
)
&
all
(
!
is.na
(
suppressWarnings
(
as.numeric
(
parameterCd
))))
...
...
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