Hiding the clutter text of a code chunk

Hello, Can somebody please help me with this? I want to hide the clutter text in knit output as shown in the right pane. I want the selected code to not show up. Just the block itself. Thank you!

You can set options for that code chunk. In your case, you'd want something like:

```{r message = FALSE}
install.packages("rlang")
```

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.