SearchHITs: Search your HITs

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

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

API Reference

Examples


## Not run: 
SearchHITs()

## End(Not run)


cloudyr/pyMTurkR documentation built on April 7, 2024, 12:07 p.m.