ciftiTools (version 0.1.6.0)

run_wb_cmd: Wrapper for Connectome Workbench Commands

Description

Runs a Connectome Workbench command that has already been formatted.

Usage

run_wb_cmd(cmd, wb_path, intern = FALSE)

Arguments

cmd

The full command, beginning after the workbench path.

wb_path

(Optional) Path to Connectome Workbench folder or executable. If not provided, should be set with ciftiTools.setOption("wb_path", "path/to/workbench").

intern

Return printed output? If FALSE (default), return logical indicating success instead.

Value

If intern==FALSE, a logical indicating if the command finished successfully. If intern==TRUE, the printed output of the command.