We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(function(arg) pull(mtcars, {{ arg }}))() #> Error: object '' not found
Maybe:
#> Error: Must select a variable. #> i Did you forget to supply an argument?
The text was updated successfully, but these errors were encountered:
Would also be nice to improve:
mtcars %>% pull(all_of(NULL)) #> Error: Must extract column with a single valid subscript. #> ✖ Subscript `var` has size 0 but must be size 1.
Sorry, something went wrong.
Handle more pull special cases
5811f9f
Fixes #234
33c93d2
hadley
No branches or pull requests
Maybe:
The text was updated successfully, but these errors were encountered: