Description Usage Arguments Details Value See Also Examples
Will produce a HTML report of the results from any of the
qcPlot*
, or qcCompare*
results.
1 | writeReport(qcResult, browse = TRUE, xslStyleSheets = NULL)
|
qcResult |
one of:
|
browse |
A logical value indicating whether R should automatically open a browser to view the final report. |
xslStyleSheets |
a named list specifying which XSL style sheets to override by giving the name of the style sheet to override, and the location of the xsl file. Can override any of: “plotExprStyleSheet”, “plotFunAndFileStyleSheet”, “compareExprStyleSheet”, and “compareFunAndFileStyleSheet”. If none are specified, the default (system) ones are used. |
When reporting on an object, all further qcPlot* or qcCompare* files which the current object refers to are also reported on. This is so that full information reports can be given, along with individual breakdowns. In order for this to happen, all log files that the object currently being reported on refers to must exist, as well as any subsequent log files that they refer to.
All reports are placed in the same directory as the XML file they refer to, with the same name, except with the extension changed from ‘.xml’ to ‘.html’.
A character vector giving the (absolute) path of the highest classed object reported on. Comparison logs are considered higher classed than plot logs.
plotExpr
, plotFile
,
plotFunction
, compare
.
1 2 3 4 5 6 7 8 | ## Not run:
# After running the `?compare' example
writeReport(compExpr)
# Showing how to overwrite stylesheets
# writeReport(compExpr, list(compareExprStyleSheet="~/myCompareExpr.xsl"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.