Commits


Ian Cook authored and Neal Richardson committed f9392a64217
ARROW-11880: [R] Handle empty or NULL transmute() args properly Previously `transmute()` with no arguments returned `.data`. With the changes here, it now returns zero columns of `.data` for consistency with dplyr. Closes #9681 from ianmcook/ARROW-11880 Authored-by: Ian Cook <ianmcook@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>