-
Notifications
You must be signed in to change notification settings - Fork 2
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
Extra step needed in enquo example? #4
Comments
Thanks! I will take it as an action item for me to update the exercise to supply a hint (it took me a couple minutes to wrap my head around this again). In essence, like earlier in the tutorial, the function argument Answer
|
The phrase "so that it uses |
Thanks - I eventually figured out it had to be something like that. This is a really strong tutorial - thank you for creating it. |
My pleasure! |
Hi Greg - just to note that I have made a new version of the tutorial - aimed at the practical aspects of tidy evaluation, so this issues has been obviated. Thanks again for your input - when I re-do a more-advanced version, I'll check back in with this issue! |
The last exercise in the "Quosures" section of https://ijlyttle.shinyapps.io/tidyeval/#section-writing-functions-that-use-tidyeval tells me to uncomment an expression that assigns
"birth_year"
toinput_name
and then change a function call, presumably so that the variableinput_name
is passed intofilter_sym_value
. However, doing this results in a tibble with zero rows rather than the same tibble produced by the original code. Have I misunderstood the instructions?The text was updated successfully, but these errors were encountered: