Gabe Becker
Gabe Becker
We need pagination tests. Currently we don't have many/any.
Hi @gmbecker , thanks so much for the quick fix. Another issue with `paginate_table`, it seems that `main_title` was dropped after the pagination (`main_footer` is kept, which is good). Could...
Arose initially in https://github.com/Roche/rtables/issues/331#issuecomment-1155775132_ in response to @danielinteractive's ongoing frustrations with how strict r/cbind are. Investigate possibility of "CompoundTable" which would essentially be a list of logically distinct tables that...
Discovered when responding to https://github.com/RConsortium/rtrs-wg/issues/32 ``` adsl2
working baseline proof of concept as of 0.3.8.9012 in gabe_tabletree_work headers go in divs inside caption tag, footers go in div after table: ``` analysisfun % analyze("AGE", afun = analysisfun)...
To reproduce: ``` library(gt) mydf tab_spanner(label ="spaannning", columns = c(y, z)) rtf_str sessionInfo() R version 4.1.2 (2021-11-01) Platform: x86_64-apple-darwin17.0 (64-bit) Running under: macOS Big Sur 10.16 Matrix products: default BLAS:...
This should happen during printing (and pagination), not during value assignment
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 ==...