How do references work in R?
- by djechlin
I'm finding R confusing because it has such a different notion of reference than I am used to in languages like C, Java, Javascript... Ruby, Python, C++, well, pretty much any language I have ever programmed in ever.
So one thing I've noticed is variable names are not irrelevant when passing them to something else. The reference can be part of the…