GetReviewableHITs: Get Reviewable HITs
Description
Get HITs that are currently reviewable.
Usage
GetReviewableHITs(hit.type = NULL, status = "Reviewable",
results = as.integer(100), pagetoken = NULL,
verbose = getOption("pyMTurkR.verbose", TRUE))
Arguments
hit.type
An optional character string containing a HITTypeId to
consider when looking for reviewable HITs.
status
An optional character string of either “Reviewable” or
“Reviewing” limiting the search to HITs of with either status.
results
An optional character string indicating how many results to
fetch per page. Must be between 1 and 100. Most users can ignore this.
pagetoken
An optional character string indicating which page of
search results to start at. Most users can ignore this.
verbose
Optionally print the results of the API request to the
standard output. Default is taken from getOption('pyMTurkR.verbose',
TRUE)
.
Value
A data frame containing HITIds and Requester Annotations.
Details
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.
Examples
Run this code# NOT RUN {
# }
# NOT RUN {
GetReviewableHITs()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab