GetHITsForQualificationType {pyMTurkR} | R Documentation |
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)
)
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 |
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
Examples
## Not run:
GetHITsForQualificationType()
## End(Not run)