report {ShortRead} | R Documentation |
This generic function summarizes results from evaluation of
qa
into a report. Available report formats vary
depending on the data analysed.
report(x, ..., dest = tempfile(), type = "pdf")
x |
An object returned by qa , usually derived from
class .QA |
... |
Additional arguments used by specific methods. See specific methods for details. |
dest |
The output destination for the final report; destination files are overwritten if they already exist. |
type |
A text string defining the type of report; available
report types depend on the type of object x . |
The following methods are defined:
dirPath="character", ..., dest=tempfile(), type="pdf"
This function is invoked for its side effect; the return value is the name of the directory or file where the report was created.
Martin Morgan <mtmorgan@fhcrc.org>
showMethods("report")