-
Notifications
You must be signed in to change notification settings - Fork 129
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
Subassignment with a symbol doesn't work #893
Comments
I think so. We're now generally supporting symbol indexing so this should be fixed in vctrs. |
Oh wait, this does already work in vctrs > vctrs::vec_as_location2(rlang::sym("x"), n = 1L, names = "x")
[1] 1 My analysis was slightly off. This Line 171 in e78b695
I think this is actually a tibble bug |
It's even funnier: we do support symbols for one-bracket assignment, data frames don't. author: kirill
|
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
It does work for data frames though, so I figure we should be consistent.
Found here:
https://community.rstudio.com/t/unquoting-issue-in-purrr-map-df-function/106676/2
The text was updated successfully, but these errors were encountered: