run_wb_cmd {ciftiTools} | R Documentation |
Wrapper for Connectome Workbench Commands
Description
Runs a Connectome Workbench command that has already been formatted.
Usage
run_wb_cmd(cmd, intern = TRUE, ignore.stdout = NULL, ignore.stderr = NULL)
Arguments
cmd |
The full command, beginning after the workbench path. |
intern |
Return printed output? If |
ignore.stdout , ignore.stderr |
The "ignore.stdout" and "ignore.stderr"
arguments to |
Value
If intern==TRUE
, the printed output of the command.
If intern==FALSE
, a logical indicating if the command finished
successfully.
[Package ciftiTools version 0.15.1 Index]