
Last chance! 50% off unlimited learning
Sale ends in
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))
A character string containing an AssignmentId, or a vector of multiple character strings containing multiple AssignmentIds, to reject.
A character string containing any feedback for a worker. This must have length 1 or length equal to the number of workers.
Optionally print the results of the API request to the
standard output. Default is taken from getOption('pyMTurkR.verbose',
TRUE)
.
A data frame containing the list of AssignmentIds, feedback (if any), and whether or not each rejection request was valid.
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.
# NOT RUN {
# }
# NOT RUN {
RejectAssignment(assignments = "26XXH0JPPSI23H54YVG7BKLEXAMPLE")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab