Skip to content
Discussion options

You must be logged in to vote

Quarto is not executed in your current R session. Quarto, if needed, creates its own R session to compute the R code cells within the document.

RMarkdown is fully embedded into R.

RMarkdown is not supposed to use the global environment of an active R session.

Note that when you use knitr/rmarkdown to render a Quarto document, you are not using Quarto at all.

FYI, code cells/chunks of RMardown and Quarto documents can be executed in RStudio or VSCode straight from them.

Replies: 1 comment 3 replies

Comment options

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

@mm225022
Comment options

@cderv
Comment options

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