various functions for manipulating cat variables, we could copy the API : https://forcats.tidyverse.org/ - [ ] fct_reorder(): Reordering a factor by another variable. - [ ] fct_infreq(): Reordering a factor by the frequency of values. - [ ] fct_relevel(): Changing the order of a factor by hand. - [ ] fct_lump(): Collapsing the least/most frequent values of a factor into “other”.
various functions for manipulating cat variables, we could copy the API : https://forcats.tidyverse.org/