Learn R Programming

arf3DS4 (version 2.5-4)

makeExpDirs: Make Experiment directories.

Description

makeExpDirs makes an ARF experiment directory structure.

Usage

makeExpDirs(path = getwd(), name = "default_experiment", subjectind = 1, 
 conditionind = 1, settings = new("settings"))

Arguments

path
Path in which to create the experiment directory.
name
Name of the experiment (=name of the directory).
subjectind
Vector of subject names for which to create directories.
conditionind
Vector of condition names for which to create directories.
settings
An optional "settings" object (see settings).

Value

  • Returns an "experiment" object (experiment).

Details

makeExpDirs only makes the directory structure, data files must be copied to the directories manually (see data). After copying a call to loadExp in mode 'set', will set the experiment.Rda.

See Also

settings, loadExp, experiment