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

It would be good to have values generated by a single function displayed in as column: ```r s_num

discussion
blocked
research

@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...

bug
sme

label rows could optionally be rendered to overlap with the table body for condensed rendering

enhancement
discussion
sme

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...

bug

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...

discussion
research

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. ![image](https://user-images.githubusercontent.com/40777373/177616816-00e7b4c6-9c31-442e-9201-70bc62b6a4fc.png)