tidyverse / funs

Collection of low-level functions for working with vctrs
Other
34 stars 7 forks source link

Provide trim() #18

Open krlmlr opened 7 years ago

krlmlr commented 7 years ago

trim: a variant of pmin(pmax(x, min_val), max_val)

Original issue: https://github.com/hadley/dplyr/issues/2108, CC @einarhjorleifsson

cderv commented 6 years ago

Also about ˋbetween` : tidyverse/dplyr#3744

DavisVaughan commented 4 years ago

I also call this clamp()