A data frame containing the list of AssignmentIds, feedback (if
any), and whether or not each rejection request was valid.
Arguments
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 getOption('pyMTurkR.verbose',
TRUE).
Author
Tyler Burleigh, Thomas J. Leeper
Details
Reject assignments, by AssignmentId (as returned by
GetAssignment). More advanced functionality to quickly reject
many or all assignments (ala ApproveAllAssignments) is
intentionally not provided.