Open moodymudskipper opened 4 years ago
I'm not sure we should support this, it looks a lot like a mutate call so it's confusing, maybe by = NA
could mean by
is whatever columns were unmentioned ? we could leverage this for summarizing too.
implemented but not very robust at the moment as it doesn't handle the dot notation (if dot used on the right, we should find the names on the lhs).
Now the spreaded column is taken out thanks to https://github.com/moodymudskipper/tb/issues/36
This is not quite enough though, we should handle the "summarize_at" notation too.
now implemented, though not very economic as we recompute and reparse things that we went through before.
We could display the explicit call, a bit like in dplyr joins when
by
is not explicit.Desired behavior:
Created on 2020-01-27 by the reprex package (v0.3.0)