What is the purpose of naming code chunks on R Markdown?
15:38 10 Feb 2023

I see people naming code chunks on R Markdown, for example,

```{r Randomization, eval = T}

```

What is the purpose of including "Randomization" here? It doesn't appear on the knitted PDF file so is that just for me to remember what the codes are for myself?

r r-markdown markdown