BoulderCodeHub / RWDataPlyr

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

New eval operators #113

Open rabutler-usbr opened 4 years ago

rabutler-usbr commented 4 years ago

Need new "eval" operators in rwd_agg objects that determine if slot is between two values. Currently only <, <=, >, >=, ==, !=.

Need: min < x < max min <= x < max min <= x <= max min < x <= max