Generate Human-Readable PDF Data Dictionary
Source:R/generate_pdf_dictionary.R
generate_pdf_dictionary.RdCreates a professional PDF document from the data dictionary metadata using either rmarkdown (preferred) or a simpler HTML-to-PDF approach
Usage
generate_pdf_dictionary(
dictionary_data,
dataset_info = NULL,
output_file = NULL,
include_stats = TRUE
)