Description Usage Arguments Details Value Author(s) See Also Examples
This function combines all the results of multiple QA processes
for one or several flowSets
in a single
tab delimited text document.
1 2 | writeQATextReport(set, processes=NULL, globalProcess=NULL,
fileName="textReport.txt")
|
set |
A |
processes |
A list of
|
globalProcess |
A list of
|
fileName |
A character vector for the name of the file. |
Qunatitative or qualitative results are stored in objects of class
qaProcess
.
writeQATextReport
takes
lists of such objects and combines their information in a tab delimited
text document. In the case of multiple panels, a list of
flowSets
can be given to
writeQAReport
, and the function expects a list of lists
of processes, where each process list is specific to one panel.
The function is mostly called for it's side effects, that is, the generation of a tab delimited text file. .
Nishant Gopalakrishnan
qaProcess.marginevents
,
qaReport
,
qaProcess
,
qaProcess.timeline
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.