Skip to content
Prev 244119 / 398506 Next

Controlling print width settings for 'print' on command line

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: