tidyverse / forcats

🐈🐈🐈🐈: tools for working with categorical variables (factors)
https://forcats.tidyverse.org/
Other
553 stars 126 forks source link

Allow lambda functions in fct_reorder() #320

Closed DanChaltiel closed 1 year ago

DanChaltiel commented 1 year ago

This should fix https://github.com/tidyverse/forcats/issues/283

Code-style-wise, I'm not sure if I should have left the rlang:: prefix though.