rtables icon indicating copy to clipboard operation
rtables copied to clipboard

Reporting tables with R

Results 176 rtables issues
Sort by recently updated
recently updated
newest added

once a session saying that `str in particularly informative for rtables end users, please consider table_structure(tbl, detail = "row") instead`, and then call down to the base function.

enhancement
good first issue
fast fix

which goes into the bigger cross-checking outputs discussion ```r library(rtables) col_N_for_tbls

sme

Is it currently possible to render an rtable object to latex, as it is the case for html? (with as_html())? Is it something you are working on? Thx

sme

Introduction Example Clinical Trials Subsetting Comparison with dplyr Tabulation Concepts Comparison against Baseline Sorting pruning Constructing rtables manually

good first issue
fast fix

so that function references are linked to the documentation (as in the `dplyr` vignettes)

Existing, or new (probably the existing clinical trial tables one) From https://github.com/RConsortium/rtrs-wg/blob/main/tables-book/04-04-kaplan-meier.Rmd ``` library(dplyr) library(tidyr) library(stringr) library(purrr) library(survival) data("cadaette", package = "random.cdisc.data") head(cadaette) adtte % dplyr::filter(PARAMCD == "AETTE2", SAFFL ==...

enhancement
good first issue
documentation

i.e. so that the "the fit here did not converge" need only be associated with one footnote symbol that is repeated as needed throughout the table. This will involve a...

enhancement
major