SearchQualificationTypes | R Documentation |
Search for Qualification Types.
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)
)
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 |
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
A data frame of Qualification Types
Tyler Burleigh
## Not run:
SearchQuals()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.