Re: [R] Protocol question: formatting of posts

2009-04-11 Thread Marc Schwartz
On Apr 11, 2009, at 10:38 AM, Carl Witthoft wrote: Here's a random example of some code and the response R produced: > sum(2 ^ (which(as.logical(rev(nn))) - 1)) [1] 74 --- Now, maybe I'm old and crochety, but why don't people put a handy linefeed (or ) between each command

[R] Protocol question: formatting of posts

2009-04-11 Thread Carl Witthoft
Here's a random example of some code and the response R produced: > sum(2 ^ (which(as.logical(rev(nn))) - 1)) [1] 74 --- Now, maybe I'm old and crochety, but why don't people put a handy linefeed (or ) between each command line and each response line? I just find it tedious