info: Show basic info about an experiment

Description Usage Arguments See Also Examples

View source: R/betr.R

Description

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.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13

Arguments

experiment

an object of class Experiment

subj

if TRUE, print the subjects table

map

if TRUE, also calls map

See Also

Other command line functions: halt; load_commands; merge_subjects; 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.