Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.
Thomas J. Leeper edited this page Jun 5, 2014 · 50 revisions

Welcome to MTurkR - the open-source R Package that provides access to the Amazon Mechanical Turk (MTurk) Requester API.

This wiki is a source of documentation for developers and users who are working with (or contributing to) the MTurkR project.

Package installation

The latest stable release of MTurkR can be installed from your local CRAN mirror and loaded using:

install.packages("MTurkR")
library("MTurkR")

The latest development release can be installed from GitHub using devtools:

# install.packages("devtools")
library("devtools")
install_github("leeper/MTurkR")
library("MTurkR")

Quick navigation

Other off-site code examples

Places to get help with MTurk

Comments, feedback, bug reports, and suggestions on MTurkR are welcome via email and on GitHub

Clone this wiki locally