I would like to try to produce reports (pdf and probably html) in jupyter using R kernel. However, I would like to hide code in two ways, depending on audience:
- all code cells
- some code cells
When I have looked for this I found answers for python kernel. Is there a way to this in R (no python code)?