Usage
SearchHITs( response.group = NULL, return.all = TRUE,
pagenumber = "1", pagesize = "10",
sortproperty = "Enumeration", sortdirection = "Ascending",
keypair = credentials(), print = TRUE, log.requests = TRUE, sandbox = FALSE,
return.hit.dataframe = TRUE, return.qual.dataframe = TRUE)
Arguments
response.group
An optional character string specifying what details of each HIT to return of: Minimal, HITQuestion, HITDetail, HITAssignmentSummary. For more information, see http://docs.amazonwebs
return.all
A logical indicating whether all HITs (as opposed to a specified page of the search results) should be returned. Default is TRUE
.
pagenumber
An optional character string indicating which page of search results should be returned. Most users can ignore this.
pagesize
An optional character string indicating how many search results should be returned by each request, between 1 and 100. Most users can ignore this.
sortproperty
One of Title, Reward, Expiration, CreationTime, Enumeration. Ignored if return.all=TRUE
. Most users can ignore this.
sortdirection
Either Ascending or Descending. Ignored if return.all=TRUE
. Most users can ignore this.
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
.
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
.
return.hit.dataframe
A logical indicating whether the dataframe of HITs should be returned. Default is TRUE
.
return.qual.dataframe
A logical indicating whether the list of each HIT's QualificationRequirements (stored as dataframes in that list) should be returned. Default is TRUE
.