BoulderCodeHub / RWDataPlyr

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

aggregation method error is not helpful #42

Closed rabutler closed 7 years ago

rabutler commented 8 years ago

the "Invalid aggregation method variable" message is not helpful; it should tell you which method is invalid.

rabutler commented 7 years ago

Should really check if the aggregation method is valid when the slot agg list is created, not after processing. If you are processing 20 slots, the last one could have the invalid agg method and you would have wasted all that time.