GetHITsForQualificationType | R Documentation |
Retrieve HITs according to the QualificationTypes that are required to complete those HITs.
GetHITsForQualificationType(
qual,
results = as.integer(100),
pagetoken = NULL,
verbose = getOption("pyMTurkR.verbose", TRUE)
)
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 |
A function to retrieve HITs that require the specified QualificationType.
gethitsbyqual()
and ListHITsForQualificationType()
are aliases.
A data frame containing the HITId and other requested characteristics of the qualifying HITs.
Tyler Burleigh, Thomas J. Leeper
## Not run:
GetHITsForQualificationType()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.