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?