Newer
Older
% Generated by roxygen2 (4.0.2): do not edit by hand
\name{getNWISPcodeInfo}
\alias{getNWISPcodeInfo}
\item{parameterCd}{character of USGS parameter codes. This is usually an 5 digit number.}
}
\value{
parameterData dataframe with all information from the USGS about the particular parameter (usually code, name, short name, units, and CAS registry numbers)
}
\description{
Imports data from NWIS about meaured parameter based on user-supplied parameter code.
This function gets the data from here: \url{http://nwis.waterdata.usgs.gov/nwis/pmcodes}
}
\examples{
# These examples require an internet connection to run
}
\keyword{USGS}
\keyword{data}
\keyword{import}
\keyword{service}
\keyword{web}