Hi,
When I comment inline r code with Cmd+Shift+C
and render the markdown I get an error regarding that it still wants to run the inline r code.
<!-- `r myoutput` -->
if myoutput
does not exist when knitting the error says that output is not found
.
But I just commented that line so that I do not want the myoutput
calculation. So it is does not work for my aim.
I have realized that following works:.
<!-- `# r myoutput` -->
I want to ask if it is possible to comment inline r code, so that it does not try to run it or is there a shortcut to add # to inline r code?