README.md

A Graphical User Interface for MTurkR

MTurkRGUI provides a graphical user interface for MTurkR.

Installation

CRAN Version Downloads Travis-CI Build Status

To install the latest development version of MTurkRGUI from GitHub:

# latest stable version
install.packages("MTurkRGUI", repos = c(getOption("repos"), "http://cloudyr.github.io/drat"))

# latest (unstable) version from GitHub
if(!require("devtools")){
    install.packages("devtools")
    library("devtools")
}
install_github("leeper/MTurkRGUI")

To install the latest version from CRAN, simply use:

install.packages("MTurkRGUI")

Using MTurkRGUI

The MTurkR documentation files contain minimal examples for all functions. Further examples of how to use MTurkRGUI are provided in the MTurkR GitHub wiki. Users can contribute their own examples or further documentation there, or via pull requests to the GitHub repository.

If you experience problems using MTurkRGUI, you can:

cloudyr project logo



Try the MTurkRGUI package in your browser

Any scripts or data that you put into this service are public.

MTurkRGUI documentation built on May 29, 2017, 8:12 p.m.