Hi,
For the fct_collapse() function there is an option to set group_other = TRUE/FALSE.
May there please be an option added to rename the "Other" group to anything we want so that it will minic a case_when statement. It's inefficient to use both fct_collapse() and then fct_other() to rename the "Other" bucket. I would want to name the catch all bucket to something of my choice. This is a bit of a pain point for me when using it. I believe most would run to a case_when() statement if this option was not updated.
james
Hi,
For the fct_collapse() function there is an option to set group_other = TRUE/FALSE.
May there please be an option added to rename the "Other" group to anything we want so that it will minic a case_when statement. It's inefficient to use both fct_collapse() and then fct_other() to rename the "Other" bucket. I would want to name the catch all bucket to something of my choice. This is a bit of a pain point for me when using it. I believe most would run to a case_when() statement if this option was not updated.
james