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

Took out data that wasn't being used.

parent d9d882eb
No related branches found
No related tags found
1 merge request!25Crannifying.
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#' \tabular{ll}{ #' \tabular{ll}{
#' Package: \tab dataRetrieval\cr #' Package: \tab dataRetrieval\cr
#' Type: \tab Package\cr #' Type: \tab Package\cr
#' Version: \tab 1.3.3\cr #' Version: \tab 1.4.0\cr
#' Date: \tab 2014-09-16\cr #' Date: \tab 2014-09-16\cr
#' License: \tab Unlimited for this package, dependencies have more restrictive licensing.\cr #' License: \tab Unlimited for this package, dependencies have more restrictive licensing.\cr
#' Copyright: \tab This software is in the public domain because it contains materials #' Copyright: \tab This software is in the public domain because it contains materials
...@@ -23,25 +23,6 @@ ...@@ -23,25 +23,6 @@
#' @keywords data, retrieval #' @keywords data, retrieval
NULL NULL
#' Example Water Quality Data included in dataRetrieval
#'
#' Example data representing Nitrate from the Choptank River at Greensboro, MD, USGS data
#'
#' @name ChoptankRiverNitrate
#' @docType data
#' @author Robert M. Hirsch \email{rhirsch@@usgs.gov}
#' @keywords water quality data
NULL
#' Example Streamflow Data included in dataRetrieval
#'
#' Example data representing Streamflow and Nitrate from the Choptank River at Greensboro, MD, USGS data
#'
#' @name ChoptankRiverFlow
#' @docType data
#' @author Robert M. Hirsch \email{rhirsch@@usgs.gov}
#' @keywords water flow data
NULL
#' List of USGS parameter codes #' List of USGS parameter codes
#' #'
......
This diff is collapsed.
cdate;remarkCode;Nitrate
1999-10-07;;1.4
1999-11-04;;0.99
1999-12-30;;1.42
2000-01-04;;1.59
2000-02-03;;1.54
2000-02-15;;1.37
2000-02-19;;1.24
% Generated by roxygen2 (4.0.2): do not edit by hand
\docType{data}
\name{ChoptankRiverFlow}
\alias{ChoptankRiverFlow}
\title{Example Streamflow Data included in dataRetrieval}
\description{
Example data representing Streamflow and Nitrate from the Choptank River at Greensboro, MD, USGS data
}
\author{
Robert M. Hirsch \email{rhirsch@usgs.gov}
}
\keyword{data}
\keyword{flow}
\keyword{water}
% Generated by roxygen2 (4.0.2): do not edit by hand
\docType{data}
\name{ChoptankRiverNitrate}
\alias{ChoptankRiverNitrate}
\title{Example Water Quality Data included in dataRetrieval}
\description{
Example data representing Nitrate from the Choptank River at Greensboro, MD, USGS data
}
\author{
Robert M. Hirsch \email{rhirsch@usgs.gov}
}
\keyword{data}
\keyword{quality}
\keyword{water}
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