RejectAssignment | R Documentation |
Reject a Worker's assignment (or multiple assignments) submitted for a HIT. Feedback should be provided for why an assignment was rejected.
RejectAssignment(
assignments,
feedback,
verbose = getOption("pyMTurkR.verbose", TRUE)
)
assignments |
A character string containing an AssignmentId, or a vector of multiple character strings containing multiple AssignmentIds, to reject. |
feedback |
A character string containing any feedback for a worker. This must have length 1 or length equal to the number of workers. |
verbose |
Optionally print the results of the API request to the
standard output. Default is taken from |
Reject assignments, by AssignmentId (as returned by
GetAssignment
). More advanced functionality to quickly reject
many or all assignments (ala ApproveAllAssignments
) is
intentionally not provided.
RejectAssignments()
and reject()
are aliases.
A data frame containing the list of AssignmentIds, feedback (if any), and whether or not each rejection request was valid.
Tyler Burleigh, Thomas J. Leeper
ApproveAssignment
## Not run:
RejectAssignment(assignments = "26XXH0JPPSI23H54YVG7BKLEXAMPLE")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.