Skip to content
Snippets Groups Projects
parameterCdFile.Rd 1.09 KiB
Newer Older
  • Learn to ignore specific revisions
  • Laura A DeCicco's avatar
    Laura A DeCicco committed
    % Generated by roxygen2 (4.1.1): do not edit by hand
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    % Please edit documentation in R/tabbedDataRetrievals.R
    \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
    }
    }
    \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}
    }
    \examples{
    head(parameterCdFile[,1:2])
    }
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    \keyword{internal}
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed