BoulderCodeHub / RWDataPlyr

R package to read and manipulate data from RiverWareTM
3 stars 5 forks source link

print out read info in rw_scen_aggregate() #60

Closed rabutler closed 6 years ago

rabutler commented 7 years ago
rabutler-usbr commented 6 years ago

similar/same as #82

rabutler-usbr commented 6 years ago

We do not want to use verbose = TRUE in data.table::fread() as it prints out a bunch of rather unimporant stuff. The showProgress option will default to TRUE if running in interactive mode, and that will show up if it's expected to take more than 3 seconds.

Closing this and addressing the rest in #82.