[
https://issues.apache.org/jira/browse/ARROW-12105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17309753#comment-17309753
]
Neal Richardson commented on ARROW-12105:
-----------------------------------------
Also see how dbplyr does this, esp. related to where(predicate) that isn't
supported there either:
https://github.com/tidyverse/dbplyr/blob/master/R/verb-select.R
> [R] Replace vars_select, vars_rename with eval_select, eval_rename
> ------------------------------------------------------------------
>
> Key: ARROW-12105
> URL: https://issues.apache.org/jira/browse/ARROW-12105
> Project: Apache Arrow
> Issue Type: Task
> Components: R
> Reporter: Ian Cook
> Assignee: Ian Cook
> Priority: Major
>
> 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. Unfortunately this is not a trivial task.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)