powered by
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))
An integer indicating how many pages of results should be returned.
An optional character string indicating how many results to fetch per page. Must be between 1 and 100. Most users can ignore this.
An optional character string indicating which page of search results to start at. Most users can ignore this.
Optionally print the results of the API request to the standard output. Default is taken from getOption('pyMTurkR.verbose', TRUE).
getOption('pyMTurkR.verbose', TRUE)
A list containing data frames of HITs and Qualification Requirements
Retrieve your current HITs (and, optionally, characteristics thereof).
searchhits(), ListHITs(), and listhits() are aliases
searchhits()
ListHITs()
listhits()
API Reference
# NOT RUN { # } # NOT RUN { SearchHITs() # } # NOT RUN { # }
Run the code above in your browser using DataLab