mine-cetinkaya-rundel / quarto-manuscripts-rmed

Slides and materials for the "Quarto for Reproducible Medical Manuscripts" webinar for R/Medicine
12 stars 3 forks source link

Embedded Tables #1

Open jjc54 opened 3 months ago

jjc54 commented 3 months ago

I really enjoyed your presentation. Is it possible to embed tables in the manuscript from a source .qmd much like you did with figures?

The generation of tables can be just as complex as figures when you get into packages like gt and gtsummary. So far I'm having massive errors when attempting this :/

mine-cetinkaya-rundel commented 3 months ago

Yes, embedding tables from a supporting notebook is definitely possible. The error could be on the Quarto side or on the table generation side, but I'd need a bit more info / reprex to guide you in the right direction/offer a solution.