plot(1,1)
Standalone document
This document has no dependencies at all! Everything is included IN the HTML file.
Plot 1
Running Code
When you click the Render button a document will be generated that includes both content and the output of embedded code. You can embed code like this:
Plot 2
A bit of code
#| echo: false
2 * 2
[1] 4
Nice one isn’t it! 🙃
Conclustion
Pretty useful!