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
Transmute is now superseded by mutate(.keep = "none")
Summarize now has .by = . It is experimental but I think it is far superior to group_by() and then the ungroup() that everybody forgets and later causes problems….
The text was updated successfully, but these errors were encountered:
Corrections from @RaymondBalise:
You probably want to update:
.by =
. It is experimental but I think it is far superior togroup_by()
and then theungroup()
that everybody forgets and later causes problems….The text was updated successfully, but these errors were encountered: