multiqc.Rdmultiqc( parentDir = ".", outputDir = "multiqc_output", cmd = "multiqc", args = NULL )
| 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. |
An exit code, invisibly.