Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
damianooldoni opened this issue Oct 12, 2022 · 1 comment

Comments

@damianooldoni
Copy link

It seems that .data is deprecated in tidyselect: r-lib/tidyselect#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-
Copy link
Member

lionel- commented Oct 13, 2022

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

@lionel- lionel- closed this as completed Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants