-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
data_tabulate()
gains by
argument for crosstables
#481
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #481 +/- ##
==========================================
+ Coverage 89.91% 90.34% +0.42%
==========================================
Files 72 73 +1
Lines 5485 5696 +211
==========================================
+ Hits 4932 5146 +214
+ Misses 553 550 -3 ☔ View full report in Codecov by Sentry. |
@etiennebacher WDYT? Enhancing |
data_tabluate()
gains by
argument for crosstablesdata_tabulate()
gains by
argument for crosstables
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks! I just have some minor comments. I also think it's better to have an additional argument than a different function for cross tables
Co-authored-by: Etienne Bacher <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Not sure why the snapshot tests did not render properly, should now work. Once tests pass, I'll merge. |
And
include_na
to include/omit missings.Created on 2024-02-13 with reprex v2.1.0