Coming to R from SQL
(and vice versa)
This page has the following sections:
Both R and SQL are about data. R deals mainly with analysis, SQL deals mainly with storage. They are natural complements.
Misconceptions
Probably often more a typo than a misconception, but testing equality in R is done with ==
rather than =
(which is an assignment operator in R).
Resources
Back to top level of Impatient R