Re: [R] Multiple counters in a single for loop

2018-08-25 Thread jeremiejuste
Hello, I'm aware it is not the answer you are expecting but indexes are not that bad to implement as well. for ( i in 1:length(var1)){ elem1 <-var1[i] elem2 <- var2[i] } if you want more abstraction you could then wrap that up in a function HTHOn 25 Aug 2018 18:57, Jeff Newmiller wrote: > >

Re: [R] ESS issue: lines moved right 40 spaces

2018-07-26 Thread jeremiejuste
Hello, I'm not sure I understand your question correctly but  I'll give it a try anyway. Do you use single # or double hash ## when you comment? as far as i know there are 3 types of comment indentation on ESS. # ## ### In principle comment with # get centered. Best regardsOn 26 Jul 2018 19:2