Jana Stoilova
Jana Stoilova
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...
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...
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`...
@gmbecker this example below is silly but it's just to illustrate some different layouts from `tern` where we need to know the row paths in order to use `label_at_path`. I...
Issue originally reported by lil128 on Jul 24, 2020 > this is not an issue, but a feature enhancement. > > The root concern is related to China filing, where...
Some functionality needs to be added to `rtables` to support creation of listings with an easy to use interface. Here is a basic prototype of a simple listing using existing...
Hi @gmbecker , I'm trying to create a table in two parts and then sort the result which doesn't seem to work. See example below. The reason for splitting the...
I'm not sure if this is an issue for rtables or better suited for another package but if there are several lines of footnotes, there's no easy for users to...
Originally reported by @kieranjmartin on Apr 30, 2021 > In general, it would be good to expand the as_ methods to cover the following: > > - as_csv > -...
`Viewer` has the argument `row.names.bold` which does not seem to be in use right now. I'm wondering if there is an alternative simple way to add the markup? For example,...