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?
2.1m questions
2.1m answers
60 comments
57.0k users