Conversation
topepo
reviewed
Apr 19, 2022
Member
topepo
left a comment
There was a problem hiding this comment.
This should also add a keep_original_cols and error if the prefix is NULL
Member
Author
|
Which function should error if |
Member
|
if |
Member
Author
|
I don't think that |
Contributor
|
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex https://reprex.tidyverse.org) and link to this issue. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR aims to close #674.
It does 2 things
prefix = NULLis set indiscretize(), that the factor levels match what happens incut(). It essentially disable the custom labeling.prefixindiscretize()toNULL.The old behavior is still possible by setting
prefixto"bin". It think that changing the default is worthwhile since it aligns it better with what happens in the {embed} steps.Created on 2022-04-13 by the reprex package (v2.0.1)