GetReviewableHITs | R Documentation |
Get HITs that are currently reviewable.
GetReviewableHITs(
hit.type = NULL,
status = "Reviewable",
results = as.integer(100),
pagetoken = NULL,
verbose = getOption("pyMTurkR.verbose", TRUE)
)
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 |
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.
A data frame containing HITIds and Requester Annotations.
Tyler Burleigh, Thomas J. Leeper
## Not run:
GetReviewableHITs()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.