wizard(style = "tcltk", sandbox = getOption('MTurkR.sandbox'))
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, with graphical rather than text-based menus.wizard
) is FALSE; the default in wizard.simple
is NULL (with the wizard prompting for a value on load.Two particularly helpful features are worth highlighting. The wizard provides a point-and-click interface for approving and rejecting individual assignments, that interactively displays assignment content and executes approval/rejection decisions with ease. The wizard also provides analogous functionality for granting and rejecting qualification requests.
The wizard remains under active development and detailed documentation will hopefully be available under a subsequent release.
## Not run:
# wizard()
# ## End(Not run)
Run the code above in your browser using DataLab