Replies: 1 comment 7 replies
-
Execute/run the cells as you go using the UI: the icons at the right of the code cells and the "Run" button in the bar below the files tabs. Note that Quarto does not run inside R but outside contrary to rmarkdown, thus the R session is completely independent. |
Beta Was this translation helpful? Give feedback.
7 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
When rendering a quarto document, is there a way to make all the variables defined in quarto be available in my current R session?
That way it makes it easier to continue developing the script/document.
For example (see image below) how do I make x available after rendering test.qmd?
Beta Was this translation helpful? Give feedback.
All reactions