Labeling variables in R
This great procedure makes it easy to remember what variables are related to in R. One of the troubles with exploratory data analysis is that when one has a lot of variables it can be confusing what the variable was created for originally. Certainly code comments can help but that makes the files larger and [...]