Description Usage Arguments Value Examples
Execute a program/script from the installed MCUPGMA suite.
1 | mcupgma_exec(exec = NULL, ..., console = TRUE)
|
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 |
console=TRUE: exit code (0: no error). console=FALSE: STDOUT/STDERR output
1 | mcupgma_exec(exec="cluster.pl", "--help")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.