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

Improved documentation.

parent df8dc0cf
No related branches found
No related tags found
No related merge requests found
#' Raw Data Import for USGS NWIS Water Quality Data
#' Data Import for USGS NWIS Water Quality Data
#'
#' Imports data from NWIS web service. This function gets the data from here: \url{http://www.waterqualitydata.us}
#' Imports and processes data from NWIS web service. This function gets the data from here: \url{http://www.waterqualitydata.us}
#' A list of parameter codes can be found here: \url{http://nwis.waterdata.usgs.gov/nwis/pmcodes/}
#' A list of statistic codes can be found here: \url{http://nwis.waterdata.usgs.gov/nwis/help/?read_file=stat&format=table}
#'
......
\name{getQWData}
\alias{getQWData}
\title{Raw Data Import for USGS NWIS Water Quality Data}
\title{Data Import for USGS NWIS Water Quality Data}
\usage{
getQWData(siteNumber, ParameterCd, StartDate, EndDate,
interactive = TRUE)
......@@ -32,9 +32,10 @@
requested parameter codes)
}
\description{
Imports data from NWIS web service. This function gets
the data from here: \url{http://www.waterqualitydata.us}
A list of parameter codes can be found here:
Imports and processes data from NWIS web service. This
function gets the data from here:
\url{http://www.waterqualitydata.us} A list of parameter
codes can be found here:
\url{http://nwis.waterdata.usgs.gov/nwis/pmcodes/} A list
of statistic codes can be found here:
\url{http://nwis.waterdata.usgs.gov/nwis/help/?read_file=stat&format=table}
......
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