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))
An optional character string to use as a search query
A boolean indicating whether the Qualification must be requestable by Workers or not.
A boolean indicating whether to search only the Qualifications you own / created, or to search all Qualifications. Defaults to FALSE.
An optional character string indicating how many results to fetch per page. Must be between 1 and 100. Most users can ignore this.
An integer indicating how many pages of results should be returned.
An optional character string indicating which page of search results to start at. Most users can ignore this.
Optionally print the results of the API request to the
standard output. Default is taken from getOption('pyMTurkR.verbose',
TRUE)
.
A data frame of Qualification Types
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
# NOT RUN {
# }
# NOT RUN {
SearchQuals()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab