MTGetHITTypeResults: Get results for a given HITTypeId

Description Usage Arguments Value

View source: R/MTGetHITTypeResults.R

Description

Function returns the results of a given HITTypeId.

Usage

1
2
MTGetHITTypeResults(HITTypeId = NULL, reward = NULL, resultSet = "full",
  sandbox = TRUE)

Arguments

HITTypeId

REQUIRED. The HITTypeId for the HITs to be returned.

reward

The amount in dollars that microworkers are rewarded. This is used as a convenient means of returning the average hourly rate. Not used when only looking at an incomplete set.

resultSet

Defines the set of assignments to return: "full" gets all; "incomplete" only gets non-reviewed assignments.

sandbox

Default is TRUE. Tells the functions whether to operate on the live or sandbox Mechanical Turk sites.

Value

Returns the results of HITs that are part of the HITTypeId. Also prints the hourly rate and the percent completed.


andrewbrownphd/MetaTurkR documentation built on Nov. 23, 2019, 4:17 p.m.