-
Notifications
You must be signed in to change notification settings - Fork 64
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
Safe version of glue #140
Comments
@rich-iannone and I ended up needing something like this for a package that needs "safe glue" in a bunch of places, and discovered that However, I totally agree that a first-class glue function that works this way would be fantastic--the idea that people might be using regular |
I didn't realize the |
I will add a |
Along similar lines, can I also request for Because the other "gotcha" we've had with glue for package development is intending to operate on user data (i.e. |
Closed by 46a3ee3 |
It would be useful to have a safe version of glue that did not evaluate arguments, only looked them up with
get()
. This way glue could be used in shiny apps and similar places without concern. It is of course possible to do this already with a custom transformer, but it seems a common enough case we should probably have a new function for it.The text was updated successfully, but these errors were encountered: