The RStudio IDE allows you to insert a section (special comment) into an R Script.
- Code > Insert Section...
- Ctrl + Shift + R
Would it be possible to allow this feature also within R Markdown/Quarto code chunks?
I know that I could structure the code into separate chunks but I still think adding sections helps to make it better structured. Also other people were looking for a similar feature
Thanks for your work!