Commits

Ian Cook authored 40008951dc7
ARROW-13262: [R] transmute() fails after pulling data into R This fixes a problem with arguments not being defused in our implementation of `transmute()`, and adds checks for unsupported `transmute()` arguments for consistency with dplyr's behavior on data frames. Closes #10672 from ianmcook/ARROW-13262 Authored-by: Ian Cook <ianmcook@gmail.com> Signed-off-by: Ian Cook <ianmcook@gmail.com>