wizard: Interactive MTurkR Mode

Description Usage Arguments Details Value Author(s) Examples

Description

An interactive, menu-based console wizard to perform MTurkR functions.

Usage

1

Arguments

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.

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.

The wizard remains under development, but detailed documentation can be found at https://github.com/leeper/MTurkR/wiki/Wizard-Text-Based.

A more fully featured, interactive graphical wizard, which was previously available as part of MTurkR, has been refactored into a separate package called MTurkRGUI, available from CRAN. Please install and load that package for full documentation, or visit https://github.com/leeper/MTurkR/wiki/Wizard%20Graphical for more details.

Value

Currently returns nothing.

Author(s)

Thomas J. Leeper

Examples

1
2
3
4
## Not run: 
wizard.simple()

## End(Not run)

MTurkR documentation built on May 29, 2017, 11:09 p.m.