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
Merge requests
!61
Debugging latex error.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Debugging latex error.
ldecicco-USGS:master
into
master
Overview
0
Commits
2
Pipelines
0
Changes
8
Merged
Laura A DeCicco
requested to merge
ldecicco-USGS:master
into
master
10 years ago
Overview
0
Commits
2
Pipelines
0
Changes
8
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
983cc12e
2 commits,
6 years ago
8 files
+
27
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
R/readNWISpCode.r
+
2
−
2
Options
@@ -7,8 +7,7 @@
#' that can be found here: \url{http://help.waterdata.usgs.gov/codes-and-parameters/parameters}. To get a
#' complete list of all current parameter codes in the USGS, use "all" as the input.
#' @keywords data import USGS web service
#' @return parameterData data frame with all information from the USGS about the particular parameter.
#'
#' @return parameterData data frame with the following information:
#' \tabular{lll}{
#' Name \tab Type \tab Description\cr
#' parameter_cd \tab character \tab 5-digit USGS parameter code \cr
@@ -20,6 +19,7 @@
#' }
#'
#' @export
#' @seealso \code{\link{importRDB1}}
#' @examples
#' paramINFO <- readNWISpCode(c('01075','00060','00931'))
readNWISpCode
<-
function
(
parameterCd
){
Loading