Commits

Ian Cook authored 998a2a1668e
ARROW-11514: [R][C++] Bindings for paste(), paste0(), str_c() Adds support for the string concatenation functions `paste()`, `paste0()`, and `str_c()` in dplyr verbs. Only the non-aggregating `collapse = NULL` case is currently supported. Closes #10547 from ianmcook/ARROW-11514 Authored-by: Ian Cook <ianmcook@gmail.com> Signed-off-by: Ian Cook <ianmcook@gmail.com>