Skip to content

SolomonMg/MTurkR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MTurkR

This is a fork of Thomas Leeper's excellent MTurkR package, which provides an R interface to Amazon Mechanical Turk's API. Note that I have written only a few lines of contribution code here, 99.9% is Tom's.

See http://www.thomasleeper.com/MTurkR/index.html for details, examples and other resources.

HOW TO INSTALL:

To install, run the following:

# install.packages("devtools")
library(devtools)
install_github(repo="MTurkR",
	username = "solomonm")

Examples (from Tom's website)

Fixes in this version:

  • Up to date GetAssignment() function, which previously had to be loaded from Tom's website via source().
  • I've made edits to the request() function that enables MTurkR to deal with free responses that contain non-ASCII input.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published