Create a table - clinical characteristics

Hi guys!
I would like to make a clinical characteristics in the form of a table, how can I do it, what package can I use?

There are several R packages that can help you make tables. DT, gt, reactable to name a few popular ones.

For something like this, I'd encourage you to check out gt. The Introductory vignette has a nice walkthrough how to start customizing your table.

RStudio Community also hosts a nice table gallery, where folks in the community have shared first rate examples of great looking tables all made with R, and all including well documented and reproducible code.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.