An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120528/72f4b328/attachment.pl>
Avoid text wrapping of output in R console
2 messages · Tejas Kale, 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(width=10000)
Best regards, Krzysztof Mitko