Description Usage Arguments Details Value Author(s) References See Also Examples
Search for your HITs and return those HITs as R objects.
1 2 3 4 5 |
response.group |
An optional character string (or vector of character strings) specifying what details of each HIT to return of: “Request”, “Minimal”, “HITDetail”, “HITQuestion”, “HITAssignmentSummary”. For more information, see Common Parameters and HIT Data Structure. |
return.all |
A logical indicating whether all HITs (as opposed to a specified page of the search results) should be returned. Default is |
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 |
sortdirection |
Either “Ascending” or “Descending”. Ignored if |
return.hit.dataframe |
A logical indicating whether the data frame of HITs should be returned. Default is |
return.qual.dataframe |
A logical indicating whether the list of each HIT's QualificationRequirements (stored as data frames in that list) should be returned. Default is |
verbose |
Optionally print the results of the API request to the standard output. Default is taken from |
... |
Additional arguments passed to |
Retrieve your current HITs (and, optionally, characteristics thereof). To view HITs on the MTurk requester website, see OpenManageHITPage. To view HITs on the MTurk worker website, use ViewAvailableHITs.
searchhits() is an alias.
A list one- or two-element list containing a data frame of HIT details and, optionally (if ‘return.qual.dataframe = TRUE'), a list of each HIT’s QualificationRequirements (stored as data frames in that list).
Thomas J. Leeper
1 2 3 4 | ## Not run:
SearchHITs()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.