run_check_fs_cmd: Run and Check a Freesurfer Command

View source: R/run_check_fs_cmd.R

run_check_fs_cmdR Documentation

Run and Check a Freesurfer Command

Description

Checks whether an output filename exists before a command has run, prints and runs the command, and then checks the output from the result.

Usage

run_check_fs_cmd(cmd, outfile, verbose = TRUE, ...)

Arguments

cmd

Command to be run

outfile

Output file to be produced

verbose

print diagnostic messages

...

Additional arguments to pass to system

Value

Invisible NULL

See Also

check_fs_result


freesurfer documentation built on June 8, 2025, 10:17 a.m.