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

Adding new function help file.

parent d4457fff
No related branches found
No related tags found
1 merge request!3Added site finder for NWIS (similar to site finder for WQP).
...@@ -14,6 +14,7 @@ export(getDataAvailability) ...@@ -14,6 +14,7 @@ export(getDataAvailability)
export(getDataFromFile) export(getDataFromFile)
export(getGeneralWQPData) export(getGeneralWQPData)
export(getMetaData) export(getMetaData)
export(getNWISSites)
export(getParameterInfo) export(getParameterInfo)
export(getQWDataFromFile) export(getQWDataFromFile)
export(getRDB1Data) export(getRDB1Data)
......
% Generated by roxygen2 (4.0.1): do not edit by hand
\name{getNWISSites}
\alias{getNWISSites}
\title{Site Data Import from NWIS}
\usage{
getNWISSites(...)
}
\arguments{
\item{\dots}{see \url{http://waterservices.usgs.gov/rest/Site-Service.html#Service} for a complete list of options}
}
\value{
retval dataframe
}
\description{
Returns a list of sites from the NWIS web service. This function gets the data from: \url{http://waterservices.usgs.gov/rest/Site-Test-Tool.html}.
Arguments to the function should be based on \url{http://waterservices.usgs.gov/rest/Site-Service.html#Service}
}
\examples{
siteListPhos <- getNWISSites(stateCd="OH",parameterCd="00665")
}
\keyword{NWIS}
\keyword{data}
\keyword{import}
\keyword{service}
\keyword{web}
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