SearchQualificationTypes {pyMTurkR} | R Documentation |
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)
)
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 |
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
Examples
## Not run:
SearchQuals()
## End(Not run)