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
Is this intended?
tidyselect::eval_select(rlang::quo(a), rlang::set_names(letters)) #> a #> 1 tidyselect::eval_select(rlang::quo("a"), rlang::set_names(letters)) #> #> 1
Created on 2020-02-13 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered:
Similar issue with just character vectors:
tidyselect::eval_select("Sepal.Width", iris) #> #> 2
Sorry, something went wrong.
2eb1b37
No branches or pull requests
krlmlr commentedFeb 13, 2020
Is this intended?
Created on 2020-02-13 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: