tidyverse / forcats

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

Support empty levels in `fct_inorder()` #329

Closed hadley closed 1 year ago

hadley commented 1 year ago

Fixes #262.

Also improved test organisation and ensure the fct_inorder() and fct_infreq() have parallel tests.