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
Supplying a negative number to slice_head or slice_tail results in an error. Could negative numbers be allowed, so that running df %>% slice_[head/tail](n = x) is equivalent to df %>% group_modify(~ [head/tail](., x)) for both positive and negative numbers?
Supplying a negative number to
slice_head
orslice_tail
results in an error. Could negative numbers be allowed, so that runningdf %>% slice_[head/tail](n = x)
is equivalent todf %>% group_modify(~ [head/tail](., x))
for both positive and negative numbers?Created on 2021-07-28 by the reprex package (v2.0.0)
The text was updated successfully, but these errors were encountered: