This question already has an answer here:
In analyzing data the metadata about variables is extremely important. How do you manage this information in R?
For example, is there a way to specify a label that will be printed instead of the variable name?
What facilities are there in R for this?
Use the
repo
package. You can assign each variable a long name, a description, a set of tags, a remote url, dependency relations and also attach to it figures or generic external files. Find the latest stable release on CRAN (install.packages("repo")
) or the latest development on github. A quick overview here. Hope it helps.Quick suggestions that come to mind are
comment()
function can do parts of this