Pietari Pöykkö
Pietari Pöykkö
Could there be a solution similar to the `par()` function, where `knitr` has the possibility to set `knitr::opts_knit$set(global.par = TRUE)`? ([StackOverflow discussion](https://stackoverflow.com/questions/35606445/respecting-global-options-in-knitr?rq=3)) According to this [other SO post](https://stackoverflow.com/questions/69151368/how-to-make-optionswidth-60-persist-across-code-chunks-in-r-markdown-used-as), *also setting...
Sorry that I was unclear in my original post. The issue is precisely with running the `.Rmd` interactively, a chunk at a time or with `Run all`. (Inside RStudio) As...