Liming
Liming
i think the issue is that, your tests are totally skipped and the snapshot file is not annouced yet. adding a `announce_snapshot_file` before skipping for your snapshot files should work...
may I ask if we can allow the table to be exported into a existing file?
I see. I was wondering if we should only use `file` as the only argument, like if `file` exists and is a docx file then append result to it; if...
actually I don't care if pagination works for a empty table. What I care is, if `export_as_txt(empty_table, lpp = 100)` fails or not
> It is possible to do that with `tbl_to_prune[-c(1:nrow(tbl_to_prune)),]` thanks. Then returning "NULL" can be inappropriate here
> We should discuss this more. I'm not saying I disagree but at the same time a degenerate tabletree object is really not very useful in practice. > […](#) >...
I am asking because users are using https://docs.roche.com/#/tlg-catalog/devel/tables/adverse-events/aet02.html to do add some "post processing" to create tables like that. the template, is not defined from our side, but removing the...
@shajoezhu please have a look at the provided solution by Gabe and help evaluate the correct way to create AET02 with difference table
feature request: in some tables (like change from baseline analysis, different lab parameters should have different formats, as the values have different scales. rtables team provided a complicated solution with...
in lbt06 template we use some kind of precisions to handle it.