Prefer = for assignment in R
Win-Vector Blog 2013-04-24
Summary:
We share our opinion that = should be preferred to the more standard <- for assignment in R. This is from a draft of the appendix of our upcoming book. This has the risk of becoming an R version of Javascript’s semicolon controversy, but here you have it. R has five common assignment operators: “=“, [...]
Related posts: