mturk_approve_assignment {paws.analytics} | R Documentation |
The ApproveAssignment operation approves the results of a completed assignment
Description
The approve_assignment
operation approves the results of a completed assignment.
See https://www.paws-r-sdk.com/docs/mturk_approve_assignment/ for full documentation.
Usage
mturk_approve_assignment(
AssignmentId,
RequesterFeedback = NULL,
OverrideRejection = NULL
)
Arguments
AssignmentId |
[required] The ID of the assignment. The assignment must correspond to a HIT created by the Requester. |
RequesterFeedback |
A message for the Worker, which the Worker can see in the Status section of the web site. |
OverrideRejection |
A flag indicating that an assignment should be approved even if it was
previously rejected. Defaults to |
[Package paws.analytics version 0.7.0 Index]