GetHITsForQualificationType: Get HITs by Qualification
Description
Retrieve HITs according to the QualificationTypes that are required to
complete those HITs.
Usage
GetHITsForQualificationType(
qual,
results = as.integer(100),
pagetoken = NULL,
verbose = getOption("pyMTurkR.verbose", TRUE)
)
Value
A data frame containing the HITId and other requested
characteristics of the qualifying HITs.
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)
.
Author
Tyler Burleigh, Thomas J. Leeper
Details
A function to retrieve HITs that require the specified QualificationType.
gethitsbyqual()
and ListHITsForQualificationType()
are aliases.
Examples
Run this code
if (FALSE) {
GetHITsForQualificationType()
}
Run the code above in your browser using DataLab