Skip to content
Snippets Groups Projects
Commit ef2568e3 authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Help file update.

parent 8e3fade3
No related branches found
No related tags found
1 merge request!59Error handling.
...@@ -6,7 +6,9 @@ ...@@ -6,7 +6,9 @@
readNWISpCode(parameterCd) readNWISpCode(parameterCd)
} }
\arguments{ \arguments{
\item{parameterCd}{character of USGS parameter codes (or multiple parameter codes). This is usually an 5 digit number.} \item{parameterCd}{character of USGS parameter codes (or multiple parameter codes). These are 5 digit number codes
that can be found here: \link{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.}
} }
\value{ \value{
parameterData data frame with all information from the USGS about the particular parameter. parameterData data frame with all information from the USGS about the particular parameter.
...@@ -22,7 +24,7 @@ parameterData data frame with all information from the USGS about the particular ...@@ -22,7 +24,7 @@ parameterData data frame with all information from the USGS about the particular
} }
} }
\description{ \description{
Imports data from NWIS about meaured parameter based on user-supplied parameter code. Imports data from NWIS about meaured parameter based on user-supplied parameter code or codes.
This function gets the data from here: \url{http://nwis.waterdata.usgs.gov/nwis/pmcodes} This function gets the data from here: \url{http://nwis.waterdata.usgs.gov/nwis/pmcodes}
} }
\examples{ \examples{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment