SearchHITs {pyMTurkR} | R Documentation |
Search your HITs
Description
Search for your HITs and return those HITs as R objects.
Usage
SearchHITs(
return.pages = NULL,
results = as.integer(100),
pagetoken = NULL,
verbose = getOption("pyMTurkR.verbose", TRUE)
)
Arguments
return.pages |
An integer indicating how many pages of results should be returned. |
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 |
Details
Retrieve your current HITs (and, optionally, characteristics thereof).
searchhits()
, ListHITs()
, and listhits()
are aliases
Value
A list containing data frames of HITs and Qualification Requirements
Author(s)
Tyler Burleigh, Thomas J. Leeper
References
Examples
## Not run:
SearchHITs()
## End(Not run)
[Package pyMTurkR version 1.1.6 Index]