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 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.