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

Cleaned up some formating.

parent 66de12bb
No related branches found
No related tags found
1 merge request!17Cleaned up readme file.
......@@ -39,16 +39,19 @@ Version updates
dataRetrieval 1.4.0-in developement
===========
* Changed naming convention:
getDVData -> getNWISDaily
getSampleData -> getNWISSample
getSTORETData* -> getWQPSample
getSampleDataFromFile -> getUserSample
getDailyDataFromFile -> getUserDaily
getMetaData -> splits into getNWISInfo and getUserInfo
getSiteFileData <- getNWISSiteInfo
getParameterInfo <- getNWISPcodeInfo
getDataAvailability <- getNWISDataAvailability
'retrieve' functions changed to 'get'
|Original Name | New Name |
| ------------- |:-------------|
|getDVData | getNWISDaily |
|getSampleData | getNWISSample |
|getSTORETData* | getWQPSample |
|getSampleDataFromFile | getUserSample |
|getDailyDataFromFile | getUserDaily |
|getMetaData | splits into getNWISInfo and getUserInfo |
|getSiteFileData | getNWISSiteInfo |
|getParameterInfo | getNWISPcodeInfo |
|getDataAvailability | getNWISDataAvailability |
|'retrieve' functions | 'get' |
* Changed WaterML2 rbind fill from plyr function to dplyr. Removed plyr import, added dplyr.
*
......
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