-
Notifications
You must be signed in to change notification settings - Fork 2k
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
cut_width should be able to take ... for cut.default #3055
Comments
Thanks, sounds good to me.
|
Ah, I'm not the one to label "tidy-dev-day 🤓," but I agree it's a good fit. Let's wait for the review... |
tidy verse dev day has come and gone so this is up for grabs... @cderv do you want in? |
Yep I can jump in on this. Count me in ! |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
From a question in community.rstudio.com it seems like
cut_width
is the only one of the three functions to not take...
to pass it tocut.default
In particular,
labels
argument can not be used withcut_width
. Just adding...
would allow thisor to change labels if the call (could always be done afterward using
forcats
)I open the issue to reference the question and see if it worth doing. Seems quite easy to be consistent between those three
cut_*
helper in lubridate.If you're interested I'll do a PR.
The text was updated successfully, but these errors were encountered: