Description Usage Arguments See Also Examples
info prints information about the status, including session name,
number of stages, number of clients connected and total N,
status (Stopped, Waiting, Started or Paused)
and the URL where the experiment is serving.
map shows a map of how subjects are progressing through the stages.
get_url returns the experiment url.
nperiods returns the number of periods in the experiment.
session_name returns the experiment session name,
or NA if the experiment status is Stopped.
print_stages prints a list of the stages in the experiment.
1 2 3 4 5 6 7 8 9 10 11 12 13 | experiment
info(experiment, subj = TRUE, map = TRUE)
map(experiment)
get_url(experiment)
session_name(experiment)
nperiods(experiment)
print_stages(experiment)
|
experiment |
an object of class Experiment |
subj |
if TRUE, print the subjects table |
map |
if TRUE, also calls |
Other command line functions: halt;
load_commands;
merge_subjects; next_stage;
pause; ready;
replay; restart;
start.Experiment;
trace_stage, untrace_stage
1 2 | expt <- experiment(N=2, port=12345)
expt # on the command line, calls info()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.