Skip to content

reshape library interferes with readNWISdv

Created by: jmills-ncar

Linked issue from EflowStats issue number 17 .

This works:

library(dataRetrieval)
x_obs <- readNWISdv("02177000", "00060", "2009-10-01", "2013-09-30") 

This does not, returns NAs

library(dataRetrieval)
library(reshape)
x_obs <- readNWISdv("02177000", "00060", "2009-10-01", "2013-09-30") 
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information