To change the leading characters to exit, the knitr piece in .Rmd has a comment parameter, for example
```{r comment = ""} 1:100 ```
Is there a way to set this globally, and not separately for each fragment?
opts_knit$set(comment = "")
doesn't work, and I can't find it anywhere in the documentation.
source share