How to show code but hide output in RMarkdown?
As @ J_F answered in the comments, using {r echo = T, results=”hide”}. I wanted to expand on their answer – there are great resources you can access to determine all possible options for your chunk and output display – I keep a printed copy at my desk! You can find them either on the … Read more