Albert Rapp (@rappa753) 's Twitter Profile
Albert Rapp

@rappa753

🎓 Math PhD student & freelancer
👨‍🏫 Bite-sized insights on dataviz, web dev & data science with R at 3mw.albert-rapp.de/subscribe

ID: 1417020881029713921

linkhttp://albert-rapp.de calendar_today19-07-2021 07:18:08

3,3K Tweet

11,11K Followers

124 Following

Albert Rapp (@rappa753) 's Twitter Profile Photo

Two strategies that have helped me use {gt} tables in Quarto documents: 1️⃣ as_raw_html() This ensures that table styling isn't overwritten by Quarto 2️⃣ Overwrite knit_print() Automatically apply as_raw_html() to any chunk that prints a {gt} table. #rstats #QuartoPub

Two strategies that have helped me use {gt} tables in Quarto documents:

1️⃣ as_raw_html()
This ensures that table styling isn't overwritten by Quarto

2️⃣ Overwrite knit_print()
Automatically apply as_raw_html() to any chunk that prints a {gt} table.

#rstats #QuartoPub