r-lib / rlang

Low-level API for programming with R
https://rlang.r-lib.org
Other
509 stars 138 forks source link

What is the link of `.data` in rlang and the deprecated `.data` in tidyselect? #1510

Closed damianooldoni closed 2 years ago

damianooldoni commented 2 years ago

It seems that .data is deprecated in tidyselect: https://github.com/r-lib/tidyselect/issues/169

How is this related with the .data in rlang which I see described in https://rlang.r-lib.org/reference/topic-data-mask-ambiguity.html?q=.data#subsetting-data-with-env-variables?

lionel- commented 2 years ago

There is no relation. tidyselect is not a tidyeval-based API, it's a distinct dialect. .data is not deprecated e.g. in mutate().