Commits


Ian Cook authored and Neal Richardson committed 4822483f214
ARROW-12197: [R] dplyr bindings for cast, dictionary_encode This adds bindings for `cast()`, `dictionary_encode()`, and `as.factor()` for dplyr, and also adds some argument-defusing code that prevents other packages from masking the arrow data type functions (e.g. `rlang::string()`) Closes #9952 from ianmcook/ARROW-12197 Authored-by: Ian Cook <ianmcook@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>