Description Usage Arguments Value See Also Examples
Merge a data frame with information about experiment subjects
1 | merge_subjects(experiment, data_frame)
|
experiment |
an object of class Experiment |
data_frame |
a data frame containing a column 'id' |
A new data frame produced by merge using the 'id'
column, resulting in new columns 'IP', 'client' and 'seat'. 'period', 'stage'
and 'status' will not be merged.
Other command line functions: get_url,
info, map,
nperiods,
print,Experiment,ANY-method,
print,Experiment-method,
print_stages, session_name;
halt; load_commands;
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.