cbind()
rbind()
merge()
if
ifelse()
for
while
lapply()
sapply()
apply()
vapply()
mapply()
Map()
rapply()
tapply()
aggregate()
tidyverse
ggplot2
dplyr
tidyr
purrr
knitr
stargazer
These operators are “binary operators,” which compare values (R Documentation, Comparison). See ?Comparison for more information. For logic operators, see ?Logic.↩︎
?Comparison
?Logic
See the Functionals chapter for more on sapply() and its bretheren.↩︎
https://en.wikipedia.org/wiki/Small_multiple↩︎
https://yihui.org/knitr/↩︎
https://github.com/robertschnitman↩︎
https://robertschnitman.netlify.app/↩︎