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) {
To hide warnings, you can also do {r, warning=FALSE}
{r, warning=FALSE}