Displaying 1 result from an estimated 1 matches for "d2f9bd84377a".
2008 Apr 18
2
Line-wrap problem
I'm wondering if someone can tell me how R determines where to wrap
lines in its output.
I'd like to understand this because occasionally often after running
a script the output of R no longer wraps at the correct location.
For example, the statement, '1:40' would ordinarily return something
like this...
[1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16