Skip to content
Discussion options

You must be logged in to vote

Quarto does not support only YAML values for its chunk definition. However, for knitr compatibility, there is special support
See https://quarto.org/docs/computations/r.html#chunk-options

  • First you could still pass option as you do in R Markdown. So about "Any chances this works (or will work) in Quarto as well?" Did you try it ? Because it should work

  • You can use YAML new syntax, but use special !expr syntax as in the doc - Only drawback: It applies on knitr only within Quarto. Not other computation engine.

Hope it helps

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@slamao
Comment options

Answer selected by slamao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants