rtables
rtables copied to clipboard
Reporting tables with R
It would be good to have values generated by a single function displayed in as column: ```r s_num
@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...
label rows could optionally be rendered to overlap with the table body for condensed rendering
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...
Hi @gmbecker , I am running into an issue with horizontal pagination, with the `cpp` argument, for the following rtables object [problematic_rtables.RDs.zip](https://github.com/Roche/rtables/files/9281056/problematic_rtables.RDs.zip) code ``` paginate_table(problematic_rtables, 50, cpp = NULL, min_siblings...
Hi @gmbecker and @waddella , I came across this little question today and it seems I am either missing something or `rtables` is missing something obvious. Observation: The usual column...
I need to produce pdf's for the outputs I am producing for the upcoming SREP. Currently `export_as_pdf()` does not have the formatting we need. The footnotes seem to get cut...
We do have titles and footnotes related arguments so thinking this bullet needs an update. 