In an R Markdown (.Rmd) file, how do you comment out unused text? I'm not referring to the text in the R code chunk, but the general texts, like % in LaTex for example.
.Rmd
I think you should be able to use regular html comments:
<!-- regular html comment -->
Does this work for you?
1.4m articles
1.4m replys
5 comments
57.0k users