powered by
Retrieve HITs according to the QualificationTypes that are required to complete those HITs.
GetHITsForQualificationType(qual, response.group = NULL, return.all = TRUE, pagenumber = 1, pagesize = 100, verbose = getOption('MTurkR.verbose'), ...)
A character string containing a QualificationTypeId.
An optional character string specifying what details of each HIT to return of: “Minimal”, “Request”. For more information, see http://docs.amazonwebservices.com/AWSMechTurk/latest/AWSMturkAPI/ApiReference_HITDataStructureArticle.html.
A logical indicating whether all QualificationTypes (as opposed to a specified page of the search results) should be returned. Default is TRUE.
TRUE
An optional character string indicating which page of search results should be returned. Most users can ignore this.
An optional character string indicating how many search results should be returned by each request, between 1 and 100. Most users can ignore this.
Optionally print the results of the API request to the standard output. Default is taken from getOption('MturkR.verbose').
getOption('MturkR.verbose')
Additional arguments passed to request.
request
A data frame containing the HITId and other requested characteristics of the qualifying HITs.
A function to retrieve HITs that require the specified QualificationType.
gethitsbyqual() is an alias.
gethitsbyqual()
API Reference
GetHIT
SearchHITs
# NOT RUN { q <- ListQualificationTypes()[7,2] # Location requirement GetHITsForQualificationType(q) # }
Run the code above in your browser using DataLab