tidyverse / forcats

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

Could fct_reorder be easier to use for where `.desc = TRUE`? #362

Open davidhodge931 opened 4 months ago

davidhodge931 commented 4 months ago

Maybe this is overkill, but wondering if it would be useful to have a specific function that relates to where .desc = TRUE in fct_reorder.

So either:

  1. keep fct_reorder & add fct_reorder_desc function
  2. deprecate fct_reorder, & add fct_reorder_asc and fct_reorder_desc functions

Could be something for tidy-dev-day?