Is there a data dictionary package that will work for R.
I have located a data_dict package in the following link for R, however, it will not run on the version of R I am using. http://optimumsportsperformance.com/blog/creating-a-data-dictionary-function-in-r/
I am looking for a data dictionary package that will make light work of a number of large and complex data tables... I have heard these elusive data dictionary packages exist.
I wrote a package that might be what you're after. It's on CRAN under datadictionary, but it might be better to use the dev version on Github because it handles difftimes and dates better.