Learn R Programming

seeker (version 1.1.6)

multiqc: Run MultiQC

Description

This function calls multiqc using system2().

Usage

multiqc(
  parentDir = ".",
  outputDir = "multiqc_output",
  cmd = "multiqc",
  args = NULL
)

Value

An exit code, invisibly.

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.

See Also

seeker()