I understand from online sources that the "<<-" operator in R is used to assign a value to a variable in some other environment. This is a little vague and there seems to be no good documentation explaining the exact behavior of this operator as compared to the assignment (<-) operator in R. Any pointers (pun intended)?
            Asked
            
        
        
            Active
            
        
            Viewed 84 times
        
    1
            
            
        - 
                    1IMHO `?assignOps` is pretty good – daroczig Mar 22 '15 at 07:52
