I suspect that the answer is "no", but just in case, is there a way to
have R detect the window width and wrap accordingly?  I don't want to
set an option every time I dock a window or shrink it.

In my ideal paradise, R would not only format output according to
window width, but it would also me to specify a virtual window width.
So if I specify a virtual window width of 200 characters, and the
actual window width is 100, then the output has a carriage return at
the 200 character mark but I only see the 1st 100 characters of each
line of text (the rest being truncated from view).  And of course, the
user would be able to specify when the virtual width mirrors the
actual window width.

I know that this is dreaming in technicolour (which is not that
fantastical these days), but I would be pleasantly surprised if there
was a way to simply have the output wrap according to the actual
window width.

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.

Reply via email to