Pretty sure that the Quarto people would frown upon this style now (even though still somewhat allowable):
```{r Import data for 07_Recruitment}
2+2
```
The current style (which was the original of the snippet above when using split_to_tbl) is
```{r}
#| label: "Import data for 07_Recruitment"
2+2
```
For extra safety I also think the quotation marks are in order.
Pretty sure that the Quarto people would frown upon this style now (even though still somewhat allowable):
The current style (which was the original of the snippet above when using split_to_tbl) is
For extra safety I also think the quotation marks are in order.