🚨 Help, please, #RStats people!

What R functions do you tell students *not* to use?

e.g. I tell students not to use `attach()` or `setwd()`, and to use `read_csv()` (from readr) instead of `read.csv()`. What other functions should students avoid like the plague?

Comments