You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@gtm19 I think it would be best as a separate PR. Maybe we could change the default of group_other to NULL, and then when it's a string we'd use that as the name of the other group? (We'd also need to check for TRUE to make sure it's backward compatible)
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
The text was updated successfully, but these errors were encountered: