How to remove folding in R code in R studio

57 Views Asked by At

Very basic question but one that I am struggling with and thus can use some guidance...

I am working in Rstudio and modifying an existing script. It is full of foldable regions and they are really poorly organized. I'd like to delete all the folding and start again, but I cannot find any information on how to actually remove the folding (arrow below) from the code. Help is really appreciated.

enter image description here

I tried Edit > Folding > Collapse, but of course that just folds the code and does not get rid of the fold breaks.

0

There are 0 best solutions below