GetHITsForQualificationType: Get HITs by Qualification

Description Usage Arguments Details Value Author(s) References Examples

Description

Retrieve HITs according to the QualificationTypes that are required to complete those HITs.

Usage

1
2
3
4
5
6
GetHITsForQualificationType(
  qual,
  results = as.integer(100),
  pagetoken = NULL,
  verbose = getOption("pyMTurkR.verbose", TRUE)
)

Arguments

qual

A character string containing a QualificationTypeId.

results

An optional character string indicating how many results to fetch per page. Must be between 1 and 100. Most users can ignore this.

pagetoken

An optional character string indicating which page of search results to start at. Most users can ignore this.

verbose

Optionally print the results of the API request to the standard output. Default is taken from getOption('pyMTurkR.verbose', TRUE).

Details

A function to retrieve HITs that require the specified QualificationType.

gethitsbyqual() and ListHITsForQualificationType() are aliases.

Value

A data frame containing the HITId and other requested characteristics of the qualifying HITs.

Author(s)

Tyler Burleigh, Thomas J. Leeper

References

API Reference

Examples

1
2
3
4
## Not run: 
GetHITsForQualificationType()

## End(Not run)

pyMTurkR documentation built on Nov. 25, 2021, 9:07 a.m.