Commits

Ian Cook authored ed7ae4df121
ARROW-12781: [R] Implement is.type() functions for dplyr - implements base R-flavored `is.*()` functions and rlang `is_*()` functions for checking column types in dplyr - implements a general `is()` function like `methods::is()` for the same - adds a `$type_id()` method to `Expression` and to some other R6 classes that were missing it - changes how `Expression$type()`works, allowing the schema to be assigned to `Expression$schema` before - adds support for the `where()` select helper in `relocate()` (but not in other verbs; that's ARROW-12778) Closes #10327 from ianmcook/ARROW-12781 Authored-by: Ian Cook <ianmcook@gmail.com> Signed-off-by: Ian Cook <ianmcook@gmail.com>