Usage
ApproveAssignment(assignments, feedback = NULL, rejected = FALSE,
verbose = getOption('MTurkR.verbose'), ...)
ApproveAllAssignments(hit = NULL, hit.type = NULL, feedback = NULL,
verbose = getOption('MTurkR.verbose'), ...)
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.
hit.type
A character string containing a HITTypeId (or a vector of HITTypeIds) all of whom's HITs' assignments are to be approved.
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')
.
...
Additional arguments passed to request
.