Skip to content
Prev 342781 / 398506 Next

How to change print behaviour within a markdown document

On 01/08/2014, 10:36 PM, Eduardo M. A. M.Mendes wrote:
I don't know rmarkdown, but it is probably R that is breaking the lines,
based on the width option.  Set options(width=80) for wider lines.

The font is likely controlled by the style sheet.  You need to find how
rmarkdown sets that, and change it.

Duncan Murdoch