Skip to content
Snippets Groups Projects
getNWISPcodeInfo.Rd 995 B
Newer Older
  • Learn to ignore specific revisions
  • Laura A DeCicco's avatar
    Laura A DeCicco committed
    % Generated by roxygen2 (4.0.2): do not edit by hand
    \name{getNWISPcodeInfo}
    \alias{getNWISPcodeInfo}
    \title{USGS Parameter Data Retrieval}
    \usage{
    getNWISPcodeInfo(parameterCd, interactive = TRUE)
    }
    \arguments{
    \item{parameterCd}{vector of USGS parameter codes.  This is usually an 5 digit number.}
    
    \item{interactive}{logical Option for interactive mode.  If true, there is user interaction for error handling and data checks.}
    }
    \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
    paramINFO <- getNWISPcodeInfo(c('01075','00060','00931'))
    }
    \keyword{USGS}
    \keyword{data}
    \keyword{import}
    \keyword{service}
    \keyword{web}