report
to file.Write report
to file.
writeReport(report, filename = DEFAULT.REPORT.FILENAME,
debug = FALSE, output = c(HTML.REPORT, RDATA.REPORT),
credits = TRUE, level = PROTECTION.PUBLIC,
debugCss = NA, debugJavaScript = NA)
The report to be written.
Name of the output file without file extension.
If TRUE, external CSS (debugCss
) and
JavaScript (debugJavaScript
) can be supplied.
A list of output formats. Any combination of HTML.REPORT and RDATA.REPORT is allowed.
If TRUE, a note and a link will be included at the bottom of the report to indicate that it was created with Nozzle.
The protection level of the report. If set to PROTECTION.PUBLIC only elements with protection level PROTECTION.PUBLIC (default) will be included in the report. If set to PROTECTION.GROUP, then all elements with protection level PROTECTION.PUBLIC and PROTECTION.GROUP will be included. If set to PROTECTION.PRIVATE all elements will be included.
A path or URL to a CSS file that should
be used instead of the built-in CSS. Only used if
debug
is TRUE.
A path or URL to a JavaScript file
that should be used instead of the built-in JavaScript.
Only used if debug
is TRUE.