mcupgma_exec: Execute a program/script from the installed MCUPGMA suite.

Description Usage Arguments Value Examples

View source: R/tools.R

Description

Execute a program/script from the installed MCUPGMA suite.

Usage

1
mcupgma_exec(exec = NULL, ..., console = TRUE)

Arguments

exec

Name of the file of the executable.

...

Arguments passed to mcupgma executable in order required by program

console

Logical. Print output to R console or fetch for return to caller

Value

console=TRUE: exit code (0: no error). console=FALSE: STDOUT/STDERR output

Examples

1
  mcupgma_exec(exec="cluster.pl", "--help")

netboost documentation built on Nov. 8, 2020, 4:58 p.m.