writeReport {Nozzle.R1}R Documentation

Write report to file.

Description

Write report to file.

Usage

  writeReport(report, filename = DEFAULT.REPORT.FILENAME,
    debug = FALSE, output = c(HTML.REPORT, RDATA.REPORT),
    credits = TRUE, level = PROTECTION.PUBLIC,
    debugCss = NA, debugJavaScript = NA)

Arguments

report

The report to be written.

filename

Name of the output file without file extension.

debug

If TRUE, external CSS (debugCss) and JavaScript (debugJavaScript) can be supplied.

output

A list of output formats. Any combination of HTML.REPORT and RDATA.REPORT is allowed.

credits

If TRUE, a note and a link will be included at the bottom of the report to indicate that it was created with Nozzle.

level

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.

debugCss

A path or URL to a CSS file that should be used instead of the built-in CSS. Only used if debug is TRUE.

debugJavaScript

A path or URL to a JavaScript file that should be used instead of the built-in JavaScript. Only used if debug is TRUE.

Author(s)

Nils Gehlenborg nils@hms.harvard.edu


[Package Nozzle.R1 version 1.1-1.1 Index]