Gabe Becker

Results 170 comments of Gabe Becker

Hi @danielinteractive, So because `rtables` supports column spanning, `tbl[, ]` is...less unambiguous than you would expect in the general case. For Example, with the table: ``` > tbl tbl A...

A deeper problem, now that I'm looking at it more, is when we have nested faceting structure in column space, e.g., ``` > lyt % + split_cols_by("ARM") %>% + split_cols_by("STRATA1")...

@freestatman great to see `rtables` usage and interest 'in the wild'. What you're describing isn't currently possible without hacky workarounds (your approach being one of the possible ways to do...

@freestatman This feature has been added to the development version (found here on github) and should be in the next CRAN release (no hard date scheduled yet, though probably soonish)....

So changing the type to width in what I believe are all the places it would need to be results in a different but still obviously wrong rendering of the...

Hi @imazubi, So there are a few different things here. FIirst off, the output of that csv (actually the path_enriched_df, its not related to writing the file) is bugged. My...

Acute problem with csv export should be fixed (with regression test) int he above commit.

There are issues with putting the counts in in a way that would be machine accessible, they would essentially have to be the first row of observations, which would muddy...

There are 3 things that I can think of that can happen here: 1. output values remain as is (the raw values) 2. output values are now the formatted values...

@imazubi Revisiting this. Is this feature still something you need? If so, as I said in my last comment, we need to have some more discussion about exaclty what this...