Skip to content

Controlling print width settings for 'print' on command line

3 messages · Joshua Wiley, Matthew Pettis

#
Hi Matt,

I'm not certain if this will work with PuTTy, but in general (and on
Konsole/other terminals I've run R in) you can set it with the "width"
argument of options() see:

?options

I believe it is 80 by default, so something like:

options(width = 160)

might be about right.

Cheers,

Josh
On Mon, Dec 6, 2010 at 9:48 PM, Matthew Pettis <matthew.pettis at gmail.com> wrote: