Hi,
I would like to include a code block that returns an error because a "#" is missing (it is section about commenting code). So what I did is
```{r,error=TRUE}
This is a comment where I forgot the #
ggplot()
`` `
This works well locally, but not on shinyapps. I get an error message that the ggplot function is not found with line reference to a different code block.
Other errors errors work well. Any advice?
Thanks,
Hans