GetReviewResultsForHIT | R Documentation |
Get HIT- and/or Assignment-level ReviewPolicy Results for a HIT
GetReviewResultsForHIT(
hit,
policy.level = NULL,
results = as.integer(100),
pagetoken = NULL,
verbose = getOption("pyMTurkR.verbose", TRUE)
)
hit |
A character string containing a HITId. |
policy.level |
Either |
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 simple function to return the results of a ReviewPolicy. This is intended
only for advanced users, who should reference MTurk documentation for
further information or see the notes in
GenerateHITReviewPolicy
.
reviewresults
and ListReviewPolicyResultsForHIT
are aliases.
A four-element list containing up to four named data frames,
depending on what ReviewPolicy (or ReviewPolicies) were attached to the HIT
and whether results or actions are requested: AssignmentReviewResult
,
AssignmentReviewAction
, HITReviewResult
, and/or
HITReviewAction
.
Tyler Burleigh, Thomas J. Leeper
API Reference (ReviewPolicies)
API Reference (Data Structure)
CreateHIT
GenerateHITReviewPolicy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.