gtsummary
gtsummary copied to clipboard
Presentation-Ready Data Summary and Analytic Result Tables
I want to use `tbl_summary` in a Shiny app, where a user is allowed to define groups. However, any HTML that is in the grouping data gets output as unescaped...
Do these need to be updated to `round2()`?
Hi, thanks for this great package! I'm a Dutch researcher and R package developer. I added the Dutch language to your package. To be specific, I: - Pulled your repo...
As discussed in #1302, the word “to”, used in date ranges, is not translated to foreign languages.
``` r gtsummary::style_sigfig(-9.98) #> [1] "-10.0" ``` Created on 2022-07-20 by the [reprex package](https://reprex.tidyverse.org) (v2.0.1) This should be displayed as `-10`
Hi, many thanks for this excellent package. While creating a flextable object from a gtsummary table so that I can create a .docx file I noticed that if I added...
Need to address this for next release: ``` r library(gtsummary) trial |> select(trt) |> tbl_summary() |> modify_table_styling( columns = label, rows = label == "Drug B", footnote = "i.e. placebo"...
Hello - I recently came across `gtsummary` and am in love with how powerful it is and how much easier it can make reproducible research! One issue I've come across...
No more default kable, flextable, etc. At some point we can make gt the default
The pointblank pkg has a cute animated hex (https://github.com/rich-iannone/pointblank). I think gtsummary could have a subtle animation where the bubbles in the drink pop and sparkle. I think the font...