Reference tables from other Quarto document #7241
Unanswered
lorenzoFabbri
asked this question in
Q&A
Replies: 1 comment 6 replies
-
You should use the include shortcode not knitr child as any Quarto content won't be parsed otherwise. There is a feature in 1.4 to include parts of a Quarto document using the shortcode I mentioned above. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am writing a paper in Quarto. My current setup is this: I have one Quarto file (
tables.qmd
) to create all the tables for my manuscript, and another Quarto file (results.qmd
) for the "Results" section of the manuscript. The fileresults.qmd
is then called inmanuscript.qmd
(the main Quarto file) withIf I want to reference a table from
tables.qmd
inresults.qmd
, how do I do that?Beta Was this translation helpful? Give feedback.
All reactions