GetAssignment(assignment = NULL, hit = NULL, hit.type = NULL,
annotation = NULL, status = NULL,
return.all = FALSE, pagenumber = "1", pagesize = "10",
sortproperty = "SubmitTime", sortdirection = "Ascending",
response.group = NULL, return.assignment.dataframe = TRUE,
verbose = getOption('MTurkR.verbose', TRUE), ...)
assignment
xor hit
xor hit.type
xor annotation
.assignment
xor hit
xor assignment
xor hit
xor hit.type
xor annotation
.RequesterAnnotation
field for a batch of HITs. This can be used to retrieve all assignments for all HITs from a NULL
, all assignments are returned (the default). Only apTRUE
, all available assignments are returned. Otherwise, only assignments falling within the specified pagenumber
and pagesize
search results are returned.return.all=TRUE
. Most users can ignore this.return.all=TRUE
. Most users can ignore this.assignment
is specified, response.group
can include any of TRUE
.getOption('MTurkR.verbose', TRUE)
.request
.question
parameter of the CreateHIT
function.GetAssignments()
, assignment()
, and assignments()
are aliases.GetHIT
ApproveAssignment
ApproveAllAssignments
RejectAssignment
# get an assignment
GetAssignment(assignments="26XXH0JPPSI23H54YVG7BKLEXAMPLE")
# get all assignments for a HIT
GetAssignment(hit="2MQB727M0IGF304GJ16S1F4VE3AYDQ", return.all=TRUE)
# get all assignments for a HITType
GetAssignment(hit.type="2FFNCWYB49F9BBJWA4SJUNST5OFSOW",
return.all=FALSE, pagenumber="1", pagesize="50")
# get all assignments for an online batch from the RUI
GetAssignment(annotation="BatchId:78382;")
Run the code above in your browser using DataLab