Closed damianooldoni closed 2 years ago
It seems that .data is deprecated in tidyselect: https://github.com/r-lib/tidyselect/issues/169
.data
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?
There is no relation. tidyselect is not a tidyeval-based API, it's a distinct dialect. .data is not deprecated e.g. in mutate().
mutate()
It seems that
.data
is deprecated in tidyselect: https://github.com/r-lib/tidyselect/issues/169How 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?