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
77f2d996
Commit
77f2d996
authored
10 years ago
by
Laura A DeCicco
Browse files
Options
Downloads
Patches
Plain Diff
Updated imports.
parent
a9c9962a
No related branches found
No related tags found
1 merge request
!39
Overhaul of function names. Move some functionality to EGRET.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
R/importWQP.R
+1
-1
1 addition, 1 deletion
R/importWQP.R
man/whatNWISData.Rd
+1
-1
1 addition, 1 deletion
man/whatNWISData.Rd
with
2 additions
and
2 deletions
R/importWQP.R
+
1
−
1
View file @
77f2d996
...
...
@@ -13,7 +13,7 @@
#' @export
#' @import RCurl
#' @import httr
#' @import
From
lubridate
parse_date_time
#' @import lubridate
#' @examples
#' # These examples require an internet connection to run
#' \dontrun{
...
...
This diff is collapsed.
Click to expand it.
man/whatNWISData.Rd
+
1
−
1
View file @
77f2d996
...
...
@@ -20,7 +20,7 @@ Imports a table of available parameters, period of record, and count.
availableData <- whatNWISdata('05114000')
# To find just unit value ('instantaneous') data:
uvData <- whatNWISdata('05114000',service="uv")
uvDataMulti <- whatNWISdata(c('05114000','09423350'),service="uv")
uvDataMulti <- whatNWISdata(c('05114000','09423350'),service=
c(
"uv"
,"dv")
)
}
\keyword{USGS}
\keyword{data}
...
...
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