BoulderCodeHub / RWDataPlyr

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

Keep/add Timestep column to rw_tbl #89

Open rabutler-usbr opened 6 years ago

rabutler-usbr commented 6 years ago

Currently rdf_aggregate() and rw_scen_aggregate() drop the Timestep column almost always. Even though it's a default column passed to rdf_to_rwtbl2(), the summary/aggregation drops it by necessity. see #84 for original issue that found this.

Consider adding it back in, either as an option, or always, if Timestep is passed to the original function call.

cc: @cfelletter