SearchHITs | R Documentation |
Search for your HITs and return those HITs as R objects.
SearchHITs(
return.pages = NULL,
results = as.integer(100),
pagetoken = NULL,
verbose = getOption("pyMTurkR.verbose", TRUE)
)
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 |
Retrieve your current HITs (and, optionally, characteristics thereof).
searchhits()
, ListHITs()
, and listhits()
are aliases
A list containing data frames of HITs and Qualification Requirements
Tyler Burleigh, Thomas J. Leeper
## Not run:
SearchHITs()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.