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
2270f927
Commit
2270f927
authored
10 years ago
by
Laura A DeCicco
Browse files
Options
Downloads
Patches
Plain Diff
Help file updates.
parent
45dc5f88
No related branches found
No related tags found
1 merge request
!51
Fixed multi-pcode WQP call bug.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
man/readNWISdv.Rd
+1
-1
1 addition, 1 deletion
man/readNWISdv.Rd
man/readWQPqw.Rd
+1
-1
1 addition, 1 deletion
man/readWQPqw.Rd
with
2 additions
and
2 deletions
man/readNWISdv.Rd
+
1
−
1
View file @
2270f927
...
@@ -25,7 +25,7 @@ A data frame with the following columns:
...
@@ -25,7 +25,7 @@ A data frame with the following columns:
Name \tab Type \tab Description \cr
Name \tab Type \tab Description \cr
agency \tab character \tab The NWIS code for the agency reporting the data\cr
agency \tab character \tab The NWIS code for the agency reporting the data\cr
site \tab character \tab The USGS site number \cr
site \tab character \tab The USGS site number \cr
d
ate
time
\tab Date \tab The date of the value \cr
D
ate \tab Date \tab The date of the value \cr
code \tab character \tab Any codes that qualify the corresponding value\cr
code \tab character \tab Any codes that qualify the corresponding value\cr
value \tab numeric \tab The numeric value for the parameter \cr
value \tab numeric \tab The numeric value for the parameter \cr
}
}
...
...
This diff is collapsed.
Click to expand it.
man/readWQPqw.Rd
+
1
−
1
View file @
2270f927
...
@@ -33,7 +33,7 @@ site name, such as 'USGS-01234567'.
...
@@ -33,7 +33,7 @@ site name, such as 'USGS-01234567'.
\dontrun{
\dontrun{
rawPcode <- readWQPqw('USGS-01594440','01075', '', '')
rawPcode <- readWQPqw('USGS-01594440','01075', '', '')
rawCharacteristicName <- readWQPqw('WIDNR_WQX-10032762','Specific conductance', '', '')
rawCharacteristicName <- readWQPqw('WIDNR_WQX-10032762','Specific conductance', '', '')
rawSite
s
<- readWQPqw(c('USGS-0
159444
0', 'USGS-0
15944
40'), '
01075
','','')
raw
PHmulti
Site <- readWQPqw(c('USGS-0
540645
0', 'USGS-0
5427949','WIDNR_WQX-1330
40'), '
pH
','','')
}
}
}
}
\seealso{
\seealso{
...
...
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