start.experiment: Start the experiment running.

Description Usage Arguments Details Value See Also Examples

Description

Experiments can be in status Stopped, Waiting, Started, or Paused. start moves the experiment from Waiting to Started. If the experiment has autostart set, this will happen automatically when N subjects have connected. When the experiment starts, all subjects are moved to the first stage.

Usage

1
2
## S3 method for class 'Experiment'
start(experiment, force = FALSE)

Arguments

experiment

Object of class Experiment

force

Start the experiment even if there are fewer than N participants

Details

Note that start is an S3 generic to avoid clashes with start in the stats package.

Value

TRUE or FALSE, invisibly

See Also

Other command line functions: get_url, info, map, nperiods, print,Experiment,ANY-method, print,Experiment-method, print_stages, session_name; halt; load_commands; merge_subjects; next_stage; pause; ready; replay; restart; trace_stage, untrace_stage

Examples

1
start(expt)

hughjonesd/betr documentation built on May 17, 2019, 9:11 p.m.