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

Update README.md

parent c2b0c7e3
No related branches found
No related tags found
No related merge requests found
...@@ -99,16 +99,6 @@ To install the dataRetrieval package, you must be using R 3.0 or greater and run ...@@ -99,16 +99,6 @@ To install the dataRetrieval package, you must be using R 3.0 or greater and run
* Updated mergeReport to allow for Sample data with different measurements taken on the same day * Updated mergeReport to allow for Sample data with different measurements taken on the same day
##Sample Workflow
Load data from web services:
```R
library(dataRetrieval)
Daily <- getNWISDaily("06934500","00060","1979-10-01","2010-09-30")
Sample <-getNWISSample("06934500","00631","1970-10-01","2011-09-30")
INFO <-getNWISInfo("06934500","00631", interactive=FALSE)
Sample <-mergeReport(Daily, Sample)
```
##Disclaimer ##Disclaimer
This software is in the public domain because it contains materials that originally came from the U.S. Geological Survey, an agency of the United States Department of Interior. For more information, see the [official USGS copyright policy](http://www.usgs.gov/visual-id/credit_usgs.html#copyright/ "official USGS copyright policy") This software is in the public domain because it contains materials that originally came from the U.S. Geological Survey, an agency of the United States Department of Interior. For more information, see the [official USGS copyright policy](http://www.usgs.gov/visual-id/credit_usgs.html#copyright/ "official USGS copyright policy")
......
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