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
So the proposal would be to align datar functionality to dplyr by modifying the verbs (mutate, slice, summarize) in order to include a new parameter by where one can specify the variable/s to use for the grouping.
This new functionality would substitute the current with_groups() and ungroup() functions.
Thank!
Carlos.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Feature Type
Adding new functionality to datar
Changing existing functionality in datar
Removing existing functionality in datar
Problem Description
Hi,
The latest versions of
dplyr
includes an important design change when grouping.group_by()
before an operation (mutate, summarize, etc) and using anungroup()
after completing it.mutate(dataframe, newvar_definition, by = group)
.For your reference Hadley Wikham has recognized recently that using
group_by()
was a design mistake:https://news.ycombinator.com/item?id=30067406
Feature Description
So the proposal would be to align
datar
functionality todplyr
by modifying the verbs (mutate
,slice
,summarize
) in order to include a new parameterby
where one can specify the variable/s to use for the grouping.This new functionality would substitute the current
with_groups()
andungroup()
functions.Thank!
Carlos.
Additional Context
No response
The text was updated successfully, but these errors were encountered: