Make a data codebook that summarizes the contents of a dataset. The result is saved to an R markdown file which can rendered into an easy-to-read codebook in pdf, html or word formats.
makeCodebook(data, vol = "", reportTitle = NULL, file = NULL, ...)
| data | The dataset to be checked. This dataset should be of class   | 
    
|---|---|
| vol | Extra text string or numeric that is appended on the end of the output
file name(s). For example, if the dataset is called "myData", no file argument is
 supplied and   | 
    
| reportTitle | A text string. If supplied, this will be the printed title of the report. If left unspecified, the title with the name of the supplied dataset.  | 
    
| file | The filename of the outputted rmarkdown (.Rmd) file.
If set to   | 
    
| ... | Additional parameters passed to   |