Commits


Ian Cook authored and Neal Richardson committed c171b275673
ARROW-11659: [R] Preserve group_by .drop argument This preserves the `.drop` argument in the method for `dplyr::group_by()` and implements a method for `dplyr::group_by_drop_default()` which returns `TRUE` except on `arrow_dplyr_query` objects that were previously obtained by `group_by(.drop = FALSE)`. Closes #9716 from ianmcook/ARROW-11659 Authored-by: Ian Cook <ianmcook@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>