When I'm writting a function that creates new dataframes from previously existing ones, how is using "<<-" different from using "<-" or "="?
            Asked
            
        
        
            Active
            
        
            Viewed 18 times
        
    0
            
            
        - 
                    https://stat.ethz.ch/R-manual/R-devel/library/base/html/assignOps.html – Dennis Jun 08 '19 at 03:22
- 
                    There is *a lot* of very useful information in the linked post. Please take a look. – Maurits Evers Jun 08 '19 at 03:23
- 
                    Also relevant: [How do you use “<<-” (scoping assignment) in R?](https://stackoverflow.com/questions/2628621/how-do-you-use-scoping-assignment-in-r) – Maurits Evers Jun 08 '19 at 03:24
