rendering tables created by the gt package and saved in a list column #1968
Replies: 1 comment
-
Instead of walk(one_way_summary_tbls$table, print) use gt_group(.list = one_way_summary_tbls$table) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
one_way_summary_tbls$table is a list column containing tables created using the R gt package. When I render my .qmd program containing the code walk(one_way_summary_tbls$table, print) I get the html code rather than the tables. I'm using RStudio 2024.12.1 Build 563. I'm trying to get .docx or .pdf output, but I can't even get html to work. The tables display fine on the screen.
This may be the same issue as "Printing tables in a loop fails with TeX/PDF output (quarto) #940"
Beta Was this translation helpful? Give feedback.
All reactions