Learn R Programming

spm12r (version 2.8.3)

spm12_script: Find SPM12 Script

Description

Copies the SPM12 script from the scripts directory to a temporary file

Usage

spm12_script(script_name, outdir = tempdir())

Arguments

script_name

Name of the script filename without ".m" ext

outdir

Path to copy scripts and run

Value

Character vector of script paths

Examples

Run this code
# NOT RUN {
spm12_script(script_name = "Segment")
# }

Run the code above in your browser using DataLab