Commits


Nic Crane authored and GitHub committed 32c713066d4
GH-33709: [R] Remove suffix argument from semi_join and anti_join (#34030) The function signatures for `semi_join()` and `anti_join()` don't match those of dplyr. This PR removes the argument `suffix` from `anti_join()` and `semi_join()`. Is this change necessary/useful or just pedantic? Unsure. * Closes: #33709 Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Nic Crane <thisisnic@gmail.com>