SearchQualificationTypes: Search Qualification Types

Description Usage Arguments Details Value Author(s) References Examples

Description

Search for Qualification Types.

Usage

1
2
3
4
5
6
7
8
9
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)
)

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).

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

Value

A data frame of Qualification Types

Author(s)

Tyler Burleigh

References

API Reference

Examples

1
2
3
4
## Not run: 
SearchQuals()

## End(Not run)

pyMTurkR documentation built on Nov. 25, 2021, 9:07 a.m.