Davide Garolini

Results 145 comments of Davide Garolini

I think this is a very good idea

I think this could be a workaround to avoid changing the structure of several tern functions. Still, it is not the best way to go for how `rtables` works

I tried to do it w/o adding new formats and only with `rtables`. I think the output with left alignment is decent enough. If it is fine I would close...

@imazubi this is possible with `rtables::as_result_df` with `as_is = TRUE` option you will get the data.frame. This can be easily exported to excel

@cicdguy I can still squash and merge before all checks passed and also before the updating (merge from main) happens. I think we should align with other packages asap, as...

This is somehow related to `format_xx` in {tern}. We can keep this for the future, but that is a nice starting point

I think this would be great to have! I am always wondering how pagination is affected by what we do and I think we need a bit more clear testing...

I would stay away from special characters when naming files, as it is very easy to be source of problem with many softwares and programming languages. Here there is a...

`tt_to_flextable()` returns a flextable object, so you should be able to add it in post-processing, right? like with `set_caption` (https://davidgohel.github.io/flextable/reference/set_caption.html)

Closing this as it seems something more relevant to the quarto team than us. Feel free to reopen if there are updates