Report.Rd
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,
...
)
An object of class Data
or Assess
The name of the output file. Defaults to 'Report.html'
The directory to save the report. Defaults to a temporary directory.
Logical. Open the file in the browser?
Logical. Hide messages?
Other arguments (currently not used)
Generates a HTML report