-
Notifications
You must be signed in to change notification settings - Fork 130
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
tabyl: percent vs share #300
Comments
It's issue 300! Someone else had previously lamented that I don't disagree, but at this point I believe the cost of making this change - moderate cost to me of updating code, potentially large annoyance to current users as their existing code breaks - outweighs the benefit of a potentially more-clear name. If anyone ever experiences the problem that a reader incorrectly interprets Glad you like the package otherwise! |
I opened a discussion re: the merits of renaming here: #474 |
Hi,
I'm excited about discovering the janitor package - especially for the
tabyl
function.I just have one remark - not sure if they can/want to implement it:
Feature requests
When calling
tabyl
on one variable, it returns a data.frame with columnsIn my opinion, the percent and valid_percent columns do not show percent values, as they do not sum up to 100. They rather show shares (which I do prefer over percent).
WRT consistent naming, IMO these variables should be named something like share and valid_share.
Not a big deal to rename these afterwards, but annoying to do it again and again. It'll be fantastic if you would consider changing the names.
Created on 2019-05-17 by the reprex package (v0.2.1.9000)
The text was updated successfully, but these errors were encountered: