Learn R Programming

A Graphical User Interface for MTurkR

MTurkRGUI provides a graphical user interface for MTurkR.

Installation

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:

Copy Link

Version

Install

install.packages('MTurkRGUI')

Monthly Downloads

16

Version

0.1.5

License

GPL-2

Issues

Pull Requests

Stars

Forks

Last Published

December 19th, 2015

Functions in MTurkRGUI (0.1.5)

wizard

Interactive MTurkR Mode
MTurkRGUI-package

A graphical user interface (GUI) for the MTurkR package.