web_test: Open multiple browser windows to test an experiment

Description Usage Arguments See Also

Description

NB: by default this opens one window for each participant up to a total of N!

Usage

1
2
web_test(experiment, N = ifelse(is.finite(experiment$N), experiment$N, 1),
  clients_in_url = TRUE, ids = paste("client", 1:N, sep = "-"))

Arguments

experiment

an object of class Experiment

N

how many windows to open

clients_in_url

if TRUE, each URL will be given a unique client identifier. This only works if experiment has clients_in_url set to TRUE

ids

character vector of ids to supply in the URLs opened

See Also

Other development tools: experiment_data_frame; identify_seats; write_data


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