I am producing an HTML output but I am having issues with the output width of R code output.
I\'m able to adjust the figure width with no difficulty but when I try t
Also, you can temporarily change the local R options for a code chunk:
```{r my-chunk, R.options = list(width = SOME-BIG-VALUE)} ```