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

Removed until fixed.

parent f16be3ce
No related branches found
No related tags found
1 merge request!25Crannifying.
% Generated by roxygen2 (4.0.2): do not edit by hand
\name{getWaterML2Data}
\alias{getWaterML2Data}
\title{Function to return data from the WaterML2 data}
\usage{
getWaterML2Data(obs_url)
}
\arguments{
\item{obs_url}{string containing the url for the retrieval}
}
\value{
mergedDF a data frame containing columns agency, site, dateTime, values, and remark codes for all requested combinations
}
\description{
This function accepts a url parameter for a WaterML2 getObservation
}
\examples{
baseURL <- "http://waterservices.usgs.gov/nwis/dv/?format=waterml,2.0"
URL <- paste(baseURL, "sites=01646500",
"startDT=2014-09-01",
"endDT=2014-09-08",
"statCd=00003",
"parameterCd=00060",sep="&")
\dontrun{dataReturned3 <- getWaterML2Data(URL)}
}
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