R Studio: Reminder that you will get obscure error messages because R Studio saves and restores all your variables
Pontifications
- e.g. if you reference variable
xand then rename it toybut forget to rename all instances ofxtoythen you won’t get an undefined error for the remaining references tox - I guess you can avoid this by using R Studio’s code editor renaming functions which I’ve never used.