dataRetrieval icon indicating copy to clipboard operation
dataRetrieval copied to clipboard

Add convertType to WQP functions

Open ldecicco-USGS opened this issue 3 years ago • 1 comments

Just like the NWIS functions, there should be an argument in the WQP functions to bring in everything as character instead of having dataRetrieval try to make the correct dates/numerics/etc.

ldecicco-USGS avatar Feb 17 '22 20:02 ldecicco-USGS

  1. Added:
convertType=TRUE

if statement to importWQP. 2) Added convertType to function call in importWQP, readWQPdata, readWQPqw, whatWQPdata. 3) Set:

convertType=convertType 

to importWQP function call within readWQPdata, readWQPqw, and whatWQPdata. 4) Added reoxygen documentation to importWQP, readWQPdata, readWQPqw, whatWQPdata. 5) Added tests to testthat.R. -Test issues raised in whatWQPsamples and whatWQPmetrics with importWQP.

alkrall avatar Aug 16 '22 18:08 alkrall