Generates a HTML report and opens it in the web browser

Report(
  x,
  filename = "Report",
  dir = tempdir(),
  open_file = TRUE,
  silent = FALSE,
  ...
)

# S3 method for Data
Report(
  x,
  filename = "Data_Report",
  dir = tempdir(),
  open_file = TRUE,
  silent = FALSE,
  dev = FALSE,
  ...
)

# S3 method for Assess
Report(
  x,
  filename = "Assessment_Report",
  dir = tempdir(),
  open_file = TRUE,
  dev = FALSE,
  silent = FALSE,
  ...
)

Arguments

x

An object of class Data or Assess

filename

The name of the output file. Defaults to 'Report.html'

dir

The directory to save the report. Defaults to a temporary directory.

open_file

Logical. Open the file in the browser?

silent

Logical. Hide messages?

...

Other arguments (currently not used)

Value

Generates a HTML report