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
Currently:
> str(quo(x)) language ~x - attr(*, ".Environment")=<environment: R_GlobalEnv>
The text was updated successfully, but these errors were encountered:
Looks like there is already a str() method:
str()
rlang/R/quo.R
Lines 514 to 517 in 84deb87
Do we have a proposal for an alternate presentation? The default R approach seems okay in this scenario.
Sorry, something went wrong.
I think you're right, the current behaviour is probably fine. Thanks for taking a look!
No branches or pull requests
Currently:
The text was updated successfully, but these errors were encountered: