-
Notifications
You must be signed in to change notification settings - Fork 138
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
Empty-default operator #244
Labels
Comments
We were just talking about it on Slack yesterday :) |
Oh, nice! :) (I didn't know there was a Slack channel for rlang ... I presume that's internal?) |
Yes the RStudio channel. |
This feels more like a vctrs operator than an rlang one. /move to vctrs |
ghost
mentioned this issue
Sep 3, 2018
This issue was moved by lionel- to r-lib/vctrs#69. |
ghost
closed this as completed
Sep 3, 2018
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would there be a place for an empty-default operator in rlang?
This is handy in contexts where the notion of "emptiness" you want to check might not be type-consistent (e.g., "empty"
names()
isNULL
, whereas "empty"paste()
ischaracter(0)
).The text was updated successfully, but these errors were encountered: