I want my html file to show the code, but not the output of this chunk:
```{r echo=True, include=FALSE} fun <- function(b) { for(a in b) {
For what it's worth.
```{r eval=FALSE}
The document will display the code by default but will prevent the code block from being executed, and thus will also not display any results.