Learn R Programming

MTurkR (version 0.1)

MTurkR.Wizard: Interactive MTurkR Mode

Description

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

Usage

MTurkR.Wizard(graphics = FALSE, log.requests = TRUE, sandbox = NULL)

Arguments

graphics
Optionally use graphical menus, if available, via Tcl/tk. See menu. Default is FALSE.
log.requests
A logical specifying whether API requests should be logged. Default is TRUE. See readlogfile for details.
sandbox
Optionally execute all requests in the MTurk sandbox rather than the live server. Default is FALSE.

Value

  • Currently returns nothing.

Details

An interactive, menu-based wizard (with optionally graphical menus) to perform most basic 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. mturkr.wizard() is an alias.

Examples

Run this code
MTurkR.Wizard()

Run the code above in your browser using DataLab