Learn R Programming

pyMTurkR (version 1.1.6)

SearchHITs: 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)
)

Value

A list containing data frames of HITs and Qualification Requirements

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 getOption('pyMTurkR.verbose', TRUE).

Author

Tyler Burleigh, Thomas J. Leeper

Details

Retrieve your current HITs (and, optionally, characteristics thereof).

searchhits(), ListHITs(), and listhits() are aliases

References

API Reference

Examples

Run this code

if (FALSE) {
SearchHITs()
}

Run the code above in your browser using DataLab