Learn R Programming

pyMTurkR (version 1.1.6)

SearchQualificationTypes: Search Qualification Types

Description

Search for Qualification Types.

Usage

SearchQualificationTypes(
  search.query = NULL,
  must.be.requestable = FALSE,
  must.be.owner = FALSE,
  results = as.integer(100),
  return.pages = NULL,
  pagetoken = NULL,
  verbose = getOption("pyMTurkR.verbose", TRUE)
)

Value

A data frame of Qualification Types

Arguments

search.query

An optional character string to use as a search query

must.be.requestable

A boolean indicating whether the Qualification must be requestable by Workers or not.

must.be.owner

A boolean indicating whether to search only the Qualifications you own / created, or to search all Qualifications. Defaults to FALSE.

results

An optional character string indicating how many results to fetch per page. Must be between 1 and 100. Most users can ignore this.

return.pages

An integer indicating how many pages of results should be returned.

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

Details

This function will search Qualification Types. It can search through the Qualifications you created, or through all the Qualifications that exist.

SearchQuals(), searchquals(),ListQualificationTypes() listquals(), ListQuals() are aliases

References

API Reference

Examples

Run this code

if (FALSE) {
SearchQuals()
}

Run the code above in your browser using DataLab