run_matlabbatch: Run Matlab Batch from List

Description Usage Arguments Value

View source: R/run_matlabbatch.R

Description

Run Matlab Batch from List

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
run_matlabbatch(
  spm,
  add_spm_dir = TRUE,
  clean = TRUE,
  verbose = TRUE,
  gui = FALSE,
  ...
)

matlabbatch_job(spm, add_spm_dir = TRUE, gui = FALSE, ...)

matlabbatch_to_script(spm, batch_prefix = "matlabbatch{1}.", ...)

Arguments

spm

List of the class matlabbatch

add_spm_dir

should SPM12 directory be added to the script

clean

Remove scripts from temporary directory after running

verbose

Print diagnostic messages

gui

is the GUI necessary?

...

additional arguments to pass to matlabbatch_job

batch_prefix

prefix to add to the names of spm

Value

Result of run_matlab_script


spm12r documentation built on March 4, 2021, 9:11 a.m.