diagnostic_report: Diagnostic report

Description Usage Arguments Value

Description

Creates report for identifying potential problems with data.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
diagnostic_report(cem, ...)

## S4 method for signature 'CEMiTool'
diagnostic_report(
  cem,
  title = "Diagnostics",
  directory = "./Reports/Diagnostics",
  force = FALSE,
  ...
)

Arguments

cem

Object of class CEMiTool.

...

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.

Value

An HTML file with an interactive diagnostic report.


CEMiTool documentation built on March 13, 2021, 2 a.m.