Quarto output with gtsummary table – won’t render the table when using a loop
I know there are issues with using loops and output of gtsummary tables in quarto. I’ve tried using
knitr::knit_print(tbl)
or cat(knitr::knit_print(tbl))
and can’t get that to work either.