slice_rows() is equivalent to dplyr's
group_by() command but it takes a vector of
column names or positions instead of capturing column names with
special evaluation. unslice() removes the slicing
attributes.
slice_rows(.d, .cols = NULL)
unslice(.d)NULL, the slicing attributes are
removed.by_slice() and group_by()