Re: [R] R console line-wrapping

2009-09-16 Thread David Winsemius
On Sep 16, 2009, at 9:40 PM, Nick Matzke wrote: David Winsemius wrote: On Sep 15, 2009, at 5:47 PM, Nick Matzke wrote: Hi all, a quick question I couldn't find the answer to in the usual places: Is there a way to turn off line-wrapping in the R console? Or set the line width-before-wra

Re: [R] R console line-wrapping

2009-09-16 Thread Nick Matzke
David Winsemius wrote: On Sep 15, 2009, at 5:47 PM, Nick Matzke wrote: Hi all, a quick question I couldn't find the answer to in the usual places: Is there a way to turn off line-wrapping in the R console? Or set the line width-before-wrapping manually? Currently it looks like the conso

Re: [R] R console line-wrapping

2009-09-15 Thread David Winsemius
On Sep 15, 2009, at 5:47 PM, Nick Matzke wrote: Hi all, a quick question I couldn't find the answer to in the usual places: Is there a way to turn off line-wrapping in the R console? Or set the line width-before-wrapping manually? Currently it looks like the console linewraps after abo

Re: [R] R console line-wrapping

2009-09-15 Thread Erik Iverson
See ?options, particularly the "width" setting. > options(width=200) Might do what you want, by default it is 80... Best, Erik Iverson -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Nick Matzke Sent: Tuesday, September 15, 2