diagnostic_report {CEMiTool} | R Documentation |
Creates report for identifying potential problems with data.
diagnostic_report(cem, ...) ## S4 method for signature 'CEMiTool' diagnostic_report(cem, title = "Diagnostics", directory = "./Reports/Diagnostics", force = FALSE, ...)
cem |
Object of class |
... |
parameters to rmarkdown::render |
title |
Character string with the title of the report. |
directory |
Directory name for results. |
force |
If the directory exists, execution will not stop. |
An HTML file with an interactive diagnostic report.