Learn R Programming

MTurkR (version 0.2)

GetQualificationType: Get QualificationType

Description

Get the details of a Qualification Type.

Usage

GetQualificationType(qual, keypair = credentials(), print = TRUE, browser = FALSE, 
					log.requests = TRUE, sandbox = FALSE, return.qual.dataframe = TRUE)

Arguments

qual
A character string containing a QualificationTypeId.
keypair
A two-item character vector containing an AWS Access Key ID in the first position and the corresponding Secret Access Key in the second position. Set default with credentials.
print
Optionally print the results of the API request to the standard output. Default is TRUE.
browser
Optionally open the request in the default web browser, rather than opening in R. Default is FALSE.
log.requests
A logical specifying whether API requests should be logged. Default is TRUE. See readlogfile for details.
sandbox
Optionally execute the request in the MTurk sandbox rather than the live server. Default is FALSE.
return.qual.dataframe

Value

  • A dataframe containing the QualificationTypeId of the newly created QualificationType and other details as specified in the request.

Details

Retrieve characteristics of a specified QualificationType (as originally specified by CreateQualificationType). qualtype() is an alias.

References

http://docs.amazonwebservices.com/AWSMechTurk/latest/AWSMturkAPI/ApiReference_GetQualificationTypeOperation.html{API Reference}

See Also

CreateQualificationType UpdateQualificationType DisposeQualificationType SearchQualificationTypes

Examples

Run this code
GetQualificationType("2YCIA0RYNJ9262B1D82MPTUEXAMPLE")

Run the code above in your browser using DataLab