I have explored the available solutions to increase output width :
option(width=200)
The problem arises when using rmarkdown
to convert directly from an R file
to html
, as the output is constrained by the size of the html container, not the specified R option for line width.
Is there a CSS option or similar adjustment I could make to expand the output box width?