multiqc {seeker} | R Documentation |
Run MultiQC
Description
This function calls multiqc using system2()
.
Usage
multiqc(
parentDir = ".",
outputDir = "multiqc_output",
cmd = "multiqc",
args = NULL
)
Arguments
parentDir |
Directory that contains output to be aggregated. |
outputDir |
Directory in which to store output. Will be created if it doesn't exist. |
cmd |
Name or path of the command-line interface. |
args |
Additional arguments to pass to the command-line interface. |
Value
An exit code, invisibly.
See Also
[Package seeker version 1.1.5 Index]