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

[1] 4

The echo: false option disables the printing of code (only output is displayed).