std_opts: MRTrix Standard Options

Description Usage Arguments Value Examples

View source: R/std_opts.R

Description

MRTrix Standard Options

Usage

1
2
3
std_opts(opts = "", verbose = TRUE, debug = TRUE, nthreads = 0,
  force = FALSE, cleanup = TRUE, tempdir = tempfile(),
  use_tempdir = TRUE, quiet = FALSE)

Arguments

opts

Current options for the function

verbose

Print diagnostic messages.

debug

Display additional debugging information over and above the verbose output

nthreads

number of threads to use for multi-threaded operations

force

force overwrite of output files if pre-existing

cleanup

delete temporary files during script, or temporary directory atscript completion

tempdir

Manually specify the path in which to generate the temporary directory

use_tempdir

logical indicating if this function uses a tempdir argument

quiet

Suppress all console output during script execution

Value

Character string

Examples

1

muschellij2/mrtrix documentation built on July 9, 2019, 9:15 a.m.