-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add new format for add_colcounts(-, format = "N=xx (100%)")
#516
Comments
This will be done by special casing formatting of the counts in the rendering machinery. A patch should do the following
This type of special casing should not be done anywhere else, and is only going here because users don't have full control of the space of "Values" that counts can take, and there is no plan to give it to them. @alex-lauer I am marking this as a good first issue to see if any of the team starting to work with me on aspects of rtables picks it up. If that doesn't happen after a reasonable amount of time, I'll go ahead and do it myself. |
Thanks @gmbecker, much appreciated! |
Reopening this as the functionality now works, but we need to add a format to |
Went ahead and made the change in formatters, so reclosing. Sorry for the noise everyone. |
Hi there,
I like rtables a lot and am always amazed by how lean the code for complicated tables can be using your package. One thing, my organization is overly focused on, is column counts being displayed as
N=134 (100%)
. The display of 100%, to indicate the reference for all following percentages, can currently not be achieved with rtables.Is this something you would consider addressing in a future update?
Thank a lot and best regards,
Alex
The text was updated successfully, but these errors were encountered: