Replies: 1 comment
-
Could you properly format your post using code blocks for code and terminal outputs? Thanks. Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. I would also suggest you go check out the documentation: https://quarto.org/ You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I know I can insert an existing (and working) .Rmd file into a qmd file with e.g.
But I do not want code chunks in test.Rmd to be run. I can achieve what I want by including
at the beginning of the test.Rmd file.
Nevertheless, I would prefer not to modify the test.Rmd file. Is there a way to
achieve the same result (to insert the text and code of test.Rmd but to avoid the execution of the code)
from an option within the qmd file?
Beta Was this translation helpful? Give feedback.
All reactions