Usage
ApproveAssignment(assignments, feedback = NULL, rejected = FALSE,
verbose = getOption('MTurkR.verbose', TRUE), ...)
ApproveAllAssignments(hit = NULL, hit.type = NULL, annotation = NULL,
feedback = NULL,
verbose = getOption('MTurkR.verbose', TRUE), ...)
Arguments
assignments
A character string containing an AssignmentId, or a vector of multiple character strings containing multiple AssignmentIds, to approve.
hit
A character string containing a HITId all of whom's assignments are to be approved. Must specify hit
xor hit.type
xor annotation
.
hit.type
A character string containing a HITTypeId (or a vector of HITTypeIds) all of whose HITs' assignments are to be approved. Must specify hit
xor hit.type
xor annotation
.
annotation
An optional character string specifying the value of the RequesterAnnotation
field for a batch of HITs. This can be used to approve all assignments for all HITs from a batch created in the online Requester User Interface (RUI
feedback
An optional character string containing any feedback for a worker. This must have length 1 or length equal to the number of workers. Maximum of 1024 characters. For ApproveAllAssignments
, must be length 1.
rejected
A logical indicating whether the assignment(s) had previously been rejected (default FALSE
). Approval of previously rejected assignments must be conducted separately from other approvals.
verbose
Optionally print the results of the API request to the standard output. Default is taken from getOption('MTurkR.verbose', TRUE)
.
...
Additional arguments passed to request
.