[1] 4
Untitled
Quarto Introduction
label–> labeling the code chunk
include: FALSE –>preventing warnings/ message output after running the code
You can add options to executable code like this
The echo: false option disables the printing of code (only output is displayed).