diagnostic_report | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.