What best practices do you use for programming in R?
        Posted  
        
            by dehmann
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dehmann
        
        
        
        Published on 2010-02-13T15:40:49Z
        Indexed on 
            2010/04/17
            0:43 UTC
        
        
        Read the original article
        Hit count: 273
        
What are some good practices for programming in R? 
Since R is a special-purpose language that I don't use all the time, I typically just hack together some quick scripts that do what I need. 
But what are some tips for writing clean and efficient R code?
© Stack Overflow or respective owner