Replies: 1 comment
-
|
Setting both document and code-cell level to true is not really useful as it leads to the exact same thing. All code-cells options have higher priority over document or project-level options. |
Beta Was this translation helpful? Give feedback.
0 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.
-
What would you like to do?
Report an issue on quarto.org
Description
On https://quarto.org/docs/computations/caching.html it is stated
for an example where the document-level option is cache: true and the cell-level is also true. It is not clear how broadly the parenthetical comment should be read: is it that when you have 'execute: \n cache: true' there is no point in setting a cell-level option 'cache: true', or is it that when you set a cell-level cache, you can't/shouldn't set the document-level option?
If the former, perhaps change the cell-level option in the example to 'cache: false', if the letter perhaps be more explicit, e.g. '(if you set a document-level caching option, you cannot change it at the chunk level)'?
Beta Was this translation helpful? Give feedback.
All reactions