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
x
and then rename it toy
but forget to rename all instances ofx
toy
then 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.