-
Notifications
You must be signed in to change notification settings - Fork 2
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
The column metric should be untouched #357
Comments
@MonikaFu I'd like your input here, do you also have the expectation that all data wrangling in the I looked into this a bit, and noted that one of the first things that happens to I'm happy to look into this and try to only touch the newly created |
I suggest keeping it as it is as working on metric is much easier than working on the label. The metric has a set of values that are always the same, while the label can be anything defined by the user. Touching only the label would require a lot of workarounds in the code which I don't think they are worth it. I can see why modifying |
I would move to close this without action personally. Although, if we are really worried, we could simply mutate a new "metric" column from the original that we then do the calculations on, so that the original metric column is left "in tact" in the final output plot. It isn't immediately clear to me how much value that has to the end user. |
I'm closing this without action. I don't think it is necessary to act on it at this point. |
As we now copy metric into label, I expected all modifications to
happen to label and none to metric. Instead I see metric is input
as a character but output as a factor:
Created on 2021-06-22 by the reprex package (v2.0.0)
The text was updated successfully, but these errors were encountered: