InseadDataAnalytics / INSEADAnalytics

Other
122 stars 1.31k forks source link

How to hide elements from .rmd outputs to html #157

Open RyanBernsmann opened 6 years ago

RyanBernsmann commented 6 years ago

Hey,

I have been struggling with hiding outputs from my r code in the overall html output. I tried using {r echo=FALSE} opts_chunk$set(echo=FALSE), but it came up with an error.

Is there a better way to select what is visible and invisible from my rmd code in the html output?

Cheers

Ryan

rjakanksha commented 6 years ago

Do you want to show code but Hide output ? Try {r echo=T, results='hide'}