More on safe substitution in R
Win-Vector Blog 2017-06-22
Summary:
Let’s worry a bit about substitution in R. Substitution is very powerful, which means it can be both used and mis-used. However, that does not mean every use is unsafe or a mistake. From Advanced R : substitute: We can confirm the above code performs no substitution: a <- 1 b <- 2 substitute(a + … Continue reading More on safe substitution in R