MTurkR.Wizard(style="tcltk", sandbox = getOption('MTurkR.sandbox'))
wizard.simple(graphics = FALSE, sandbox = NULL, ...)
tcltk
, opens a full-featured GUI for MTurkR. simple
opens a simpler, text-based wizard (provided by wizard.simple
) for performing some functions; simpleGUI
opens the same simpler wizard, withmenu
. Default is FALSE
.MTurkR.Wizard
) is FALSE; the default in wizard.simple
is NULL (with the wizard prompting for a value on load.request
.mturkr.wizard()
is an alias for MTurkR.Wizard
.