Learn R Programming

MTurkR (version 0.5.1)

MTurkR.Wizard: Interactive MTurkR Mode

Description

An interactive, menu-based wizard to perform MTurkR functions. Designed for beginners and those with aversion to the programming required elsewhere in the package.

Usage

MTurkR.Wizard(style="tcltk", sandbox = getOption('MTurkR.sandbox'))
wizard.simple(graphics = FALSE, sandbox = NULL, ...)

Arguments

style
The default 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
graphics
Optionally use graphical menus, if available, for the simple wizard. See menu. Default is FALSE.
sandbox
Optionally execute all requests in the MTurk sandbox rather than the live server. Default (in MTurkR.Wizard) is FALSE; the default in wizard.simple is NULL (with the wizard prompting for a value on load.
...
Additional arguments passed to request.

Value

  • Currently returns nothing.

Details

An interactive, menu-based wizard (with optionally graphical menus) to perform most MTurkR operations. It is intended as a way for MTurk (and MTurkR) beginners to quickly create and monitor HITs; approve and reject assignments; notify, bonus, and block/unblock workers; manage Qualifications; monitor MTurk statistics; and interact with the MTurk Requester User Interface (RUI). All functionality accepts basic inputs interactively and executes requests without programming individual commands. 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. mturkr.wizard() is an alias for MTurkR.Wizard.

Examples

Run this code
MTurkR.Wizard()

Run the code above in your browser using DataLab