spm12_script
Runs spm12_script
with wrapper for
spm12r functions
run_spm12_script(
script_name,
jobvec = NULL,
mvec = NULL,
add_spm_dir = TRUE,
spmdir = spm_dir(verbose = verbose),
clean = TRUE,
verbose = TRUE,
single_thread = FALSE,
...
)build_spm12_script(
script_name,
jobvec = NULL,
mvec = NULL,
add_spm_dir = TRUE,
spmdir = spm_dir(verbose = verbose),
verbose = TRUE,
install_dir = NULL,
...
)
Name of the script filename without .m ext,
passed to spm12_script
Vector of characters to be substituted in _job.m file
Vector of characters to be substituted in .m file
Add SPM12 directory from this package
SPM dir to add, will use package default directory
Remove scripts from temporary directory after running
Print diagnostic messages
Should the flag -singleCompThread
be executed to limit MATLAB to a single computational thread?
Arguments to pass to spm12_script
directory to download SPM12
Result of run_matlab_script