Adds support for tbl_split to table_with_settings#353
Conversation
tbl_split to table_with_settings
Code Coverage SummaryDiff against mainResults for commit: 406165a Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 16 suites 2m 9s ⏱️ Results for commit 406165a. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Results for commit 7eb42f4 ♻️ This comment has been updated with latest results. |
| tmp_files <- lapply(seq_along(x), function(i) { | ||
| tmp_file <- file.path(tmp_dir, paste0(base_name, "_", i, ext)) |
There was a problem hiding this comment.
This might be a bit silly but the splits are also used to remove some columns. It would be great if instead of a file6de06d6041ec_1.csv and a file6de06d6041ec_2.csv we would get a file name a bit more meaningful: the variable_level or such.
There was a problem hiding this comment.
I've tried by keeping original file name and adding the variable level when possible.
Check it out on 92270c2
There was a problem hiding this comment.
It didn't work, now files are file112361464645_1_1.csv or such. My guess is that the label is somehow dropped o missed.
|
@llrs-roche humm, I'm trying to check it out, thanks for pointing to that PR. |
|
@llrs-roche All fixed and improved implementation of |




Pull Request
tm_gtsummarytotm_tbl_roche_summaryteal.modules.general#999Changes description
tbl_splitfromgtsummary