[R] Avoid text wrapping of output in R console

Krzysztof Mitko kmitko at mm.st
Mon May 28 08:45:57 CEST 2012


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



More information about the R-help mailing list