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

Changed variablePad function name.

parent b1bdbee6
No related branches found
No related tags found
1 merge request!39Overhaul of function names. Move some functionality to EGRET.
...@@ -6,7 +6,6 @@ export(importRDB1) ...@@ -6,7 +6,6 @@ export(importRDB1)
export(importWQP) export(importWQP)
export(importWaterML1) export(importWaterML1)
export(importWaterML2) export(importWaterML2)
export(padVariable)
export(readNWISdata) export(readNWISdata)
export(readNWISdv) export(readNWISdv)
export(readNWISmeas) export(readNWISmeas)
...@@ -22,6 +21,7 @@ export(renameColumns) ...@@ -22,6 +21,7 @@ export(renameColumns)
export(whatNWISData) export(whatNWISData)
export(whatNWISsites) export(whatNWISsites)
export(whatWQPsites) export(whatWQPsites)
export(zeroPad)
import(RCurl) import(RCurl)
import(XML) import(XML)
import(httr) import(httr)
......
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