Skip to content
Discussion options

You must be logged in to vote

I am perplexed by "inline options" or options declared immediately after the engine. For example, we have:

This is knitr only - It has nothing to do with Quarto. Quarto has no knowledge of inline options.

This syntax with options after engine, that was used in R Markdown ecosystem, is the historical knitr way of passing options.

When the engine is known by knitr, then what is after the engine is parsed as options provided with R syntax.

Quarto does know about YAML options syntax for validation and auto completion, but regarding cell evaluation, it will defer to knitr for options parsing (the YAML parsing code for those options are in knitr). For Jupyter, it will handle it though.

I'm n…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@coatless
Comment options

@mcanouil
Comment options

Comment options

You must be logged in to vote
3 replies
@coatless
Comment options

@cderv
Comment options

@cscheid
Comment options

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