Get HITs that are currently reviewable.
GetReviewableHITs(hit.type = NULL, status = NULL, response.group = "Minimal",
return.all = TRUE, pagenumber = "1", pagesize = "10",
sortproperty = "Enumeration", sortdirection = "Ascending",
verbose = getOption('MTurkR.verbose', TRUE), ...)
An optional character string containing a HITTypeId to consider when looking for reviewable HITs.
An optional character string of either “Reviewable” or “Reviewing” limiting the search to HITs of with either status.
A character string specifying what details of each HIT to return. API currently only supports “Minimal”. For more information, see Common Parameters and HIT Data Structure.
A logical indicating whether all QualificationTypes (as opposed to a specified page of the search results) should be returned. Default is TRUE
.
An optional character string indicating which page of search results should be returned. Most users can ignore this.
An optional character string indicating how many search results should be returned by each request, between 1 and 100. Most users can ignore this.
One of “Title”, “Reward”, “Expiration”, “CreationTime”, “Enumeration”. Ignored if return.all=TRUE
. Most users can ignore this.
Either “Ascending” or “Descending”. Ignored if return.all=TRUE
. Most users can ignore this.
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
.
A data frame containing only a column of HITIds.
A simple function to return the HITIds of HITs currently in “Reviewable” or “Reviewing” status. To retrieve additional details about each of these HITs, see GetHIT
. This is an alternative to SearchHITs
.
reviewable()
is an alias.
# NOT RUN {
GetReviewableHITs()
# }
Run the code above in your browser using DataLab