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
Would be nice if df %>% rename_if("Count of (.*?) [Ff]emales", "\\1 count") could work (i.e. special case string inputs so that you could reuse regexp groups in the output).
Since
across()
doesn't help with this problem.Maybe
select()
andrename()
could gain a.transform
argument that would be applied to the variable names?The text was updated successfully, but these errors were encountered: