Commits


Nic Crane authored and GitHub committed a1d7a449295
ARROW-17387: [R] Implement dplyr::across() inside filter() (#14281) The implementation differs here from dplyr in that some steps are removed as the dplyr functionality evaluates functions sooner and so has extra steps required. Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Nic Crane <thisisnic@gmail.com>