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

Often we call: ```r lyt % split_cols_by(armvar) if (!is.null(lbl_overall)) lyt % add_overall_col(label = lbl_overall) lyt % analyze("AGE", mean) # cont. layout building ``` It would be nice to call: ```r...

enhancement
sme

We need pagination tests. Currently we don't have many/any.

help wanted
good first issue

including - custom splitting functions - advanced use of `analyze` including `.spl_context` (debugging)

documentation

For nested column splits, Is it possible to add the column counts `N` to the highest-level column? For example: ``` basic_table() %>% add_colcounts() %>% split_cols_by("ARM") %>% split_cols_by_multivar(c("AGE", "BMRKR1")) %>% analyze_colvars(afun...

enhancement
dev
major
sme

@gmbecker, another project needs the rtable object in an `xml` format so that they can look into pathing and reuse (outside of R). I tried the following, but it is...

discussion
sme

see the working code in the slides with 2 examples: 1. using broom 2. create a results `data.frame` Not too much text is needed.

documentation
sme

Issue originally reported by Nick Paszty: Would like to propose using lyt for the layout objects in the rtables vignettes. We're gearing up for rtables/tern training in March and would...

enhancement
good first issue
documentation

Hi @gmbecker, @anajens How feasible would be to improve numerical output alignment in a cell? For example ``` df % split_cols_by("ARM") %>% summarize_occurrences_by_grade(var = "AETOXGR") %>% build_table(df) A B -----------------------...

enhancement
dev

Issue originally reported by @gogonzo on Apr 30, 2021 > Please include .lintr file and fix lintr v2.0.0 issues. For this repo object_name_linter (CamelCase or snake_case) should be ignored. `.lintr`...

enhancement
good first issue