Re: [R] Avoid text wrapping of output in R console

2012-05-27 Thread Krzysztof Mitko
On 2012-05-28 08:12, Tejas Kale wrote: > So my question is whether there is a way to prevent R from wrapping the > output so that all columns of a row can displayed in a single line in > the console or should I start thinking of alternate ways to do the > formatting? This should do: options(wid

[R] Avoid text wrapping of output in R console

2012-05-27 Thread Tejas Kale
Hello! I am working on a statistical package called VOStat (http://vo.iucaa.ernet.in/~voi/VOStat.html) which uses a Java based GUI to input data and parameters from the user. Based on the inputs, an appropriate R script is generated and executed in the R console. As an example, consider the ou