View source: R/dataDictionary.R
This function allows you to input a dataframe and outputs simple descriptors of each field in that dataframe.
1 | buildDataDict(dat, IDcols = NULL, outdir = NULL)
|
IDcols |
Are columns in this dataframe used for identification? Defaults to NULL. |
outdir |
Directory to output a csv of the data dictionary to. If left NULL nothing will save out |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.