Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
The tidyselect vars_select and vars_rename functions are on their way to being deprecated. Switch to using the newer eval_select and eval_rename functions. This is required to use the where() selection helper (ARROW-12778) Unfortunately this is not a trivial task.
Attachments
Issue Links
- is depended upon by
-
ARROW-12778 [R] Support tidyselect where() selection helper in dplyr verbs
- Resolved
- is related to
-
ARROW-17698 [R] Implement use of `where()` inside `across()
- Resolved
-
ARROW-18043 [R] Properly instantiate empty arrays of extension types in Table__from_schema
- Resolved
- links to