Runs a Connectome Workbench command that has already been formatted.
run_wb_cmd(cmd, wb_path, intern = FALSE)The full command, beginning after the workbench path.
(Optional) Path to Connectome Workbench folder or executable.
If not provided, should be set with
ciftiTools.setOption("wb_path", "path/to/workbench").
Return printed output? If FALSE (default), return
logical indicating success instead.
If intern==FALSE, a logical indicating if the command finished successfully.
If intern==TRUE, the printed output of the command.