-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add compatibility with dplyr programming data masking #129
Comments
I second this. |
Merged
PR that implements this is up! Please give it a try and LMK if any issues! #132 |
Thank you for your lightning response! Just a question: in your PR you use Suggestion: perhaps add a test too with the embrace operator (as opposed to having only the |
I thought I did add a test with the embrace operator?
Also, I think quos vs. enquos is the choice, and I don’t think enquos is needed (isn’t it for names?). I have to admit that I often forget the distinctions haha - you might be right. I’ll take a look later!
…Sent from my iPhone
On Jan 2, 2021, at 11:10 AM, Ramiro Magno <notifications@github.com> wrote:
Thank you for your lightning response!
Just a question: in your PR you use rlang::quo, should it not be rlang::enquo?
Suggestion: perhaps add a test too with the embrace operator (as opposed to having only the !!! operator).
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#129 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFQBVVSXUF2JTYFVQ3AMCFDSX5ARFANCNFSM4PDR7GWA>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With dplyr verbs it is possible to redirect environment variables as data variables, for instance:
It would be very helpful if tidyjson verbs could do the same, e.g.
The text was updated successfully, but these errors were encountered: