search for: n755

Displaying 1 result from an estimated 1 matches for "n755".

Did you mean: 0755
2006 Aug 14
3
Question on .Options$max.print
Hi, I have a tiny question concerning .Options$max.print I have to set up this value to a greater value than 10000 because I want to concatenate my output of a function to one single string (for connivence). I did this via .Options$max.print <- 64000 or options(max.print=64000) Then I call out <- paste(out, blabla) several times, but nchar(out) is never larger than 10000. I read