merge_subjects: Merge a data frame with information about experiment subjects

Description Usage Arguments Value See Also Examples

View source: R/betr.R

Description

Merge a data frame with information about experiment subjects

Usage

1

Arguments

experiment

an object of class Experiment

data_frame

a data frame containing a column 'id'

Value

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.

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; next_stage; pause; ready; replay; restart; start.Experiment; trace_stage, untrace_stage

Examples

1
2
expt <- experiment(N=2, port=12345)
expt # on the command line, calls info()

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