Newer
Older
% Generated by roxygen2 (4.0.2): do not edit by hand
Laura A DeCicco
committed
\docType{data}
\name{parameterCdFile}
\alias{parameterCdFile}
\title{List of USGS parameter codes}
\value{
parameterData data frame with information about USGS parameters.
\tabular{lll}{
Name \tab Type \tab Description\cr
parameter_cd \tab character \tab 5-digit USGS parameter code \cr
parameter_group_nm \tab character \tab USGS parameter group name\cr
parameter_nm \tab character \tab USGS parameter name\cr
casrn \tab character \tab Chemical Abstracts Service (CAS) Registry Number\cr
srsname \tab character \tab Substance Registry Services Name\cr
parameter_units \tab character \tab Parameter units\cr
}
}
Laura A DeCicco
committed
\description{
Complete list of USGS parameter codes as of November 7, 2014. The data was pulled from
\url{http://nwis.waterdata.usgs.gov/nwis/pmcodes/pmcodes?radio_pm_search=param_group&pm_group=All+--+include+all+parameter+groups&
format=rdb&show=parameter_group_nm&show=parameter_nm&show=casrn&show=srsname&show=parameter_units}
Laura A DeCicco
committed
}
\examples{
parameterCdFile <- parameterCdFile
dischargeInfo <- parameterCdFile[parameterCdFile$parameter_cd=="00060",]
}
Laura A DeCicco
committed
\keyword{USGS}
\keyword{parameterCd}