Usage
SetHITAsReviewing( hit = NULL, hit.type = NULL, revert = FALSE,
keypair = credentials(), print = TRUE, browser = FALSE,
log.requests = TRUE, sandbox = FALSE)
Arguments
hit
An optional chracter character string containing a HITId, or a vector character strings containing HITIds, whose status are to be changed.
hit.type
An optional character string specifying a HITTypeId, all the HITs of which should be set as Reviewing (or the reverse).
revert
An optional logical to revert the HIT from Reviewing to Reviewable.
keypair
A two-item character vector containing an AWS Access Key ID in the first position and the corresponding Secret Access Key in the second position. Set default with credentials
. print
Optionally print the results of the API request to the standard output. Default is TRUE
.
browser
Optionally open the request in the default web browser, rather than opening in R. Default is FALSE
.
log.requests
A logical specifying whether API requests should be logged. Default is TRUE
. See readlogfile
for details. sandbox
Optionally execute the request in the MTurk sandbox rather than the live server. Default is FALSE
.