GetQualificationType: Get QualificationType

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Get the details of a Qualification Type.

Usage

1
GetQualificationType(qual, verbose = getOption('MTurkR.verbose', TRUE), ...)

Arguments

qual

A character string containing a QualificationTypeId.

verbose

Optionally print the results of the API request to the standard output. Default is taken from getOption('MTurkR.verbose', TRUE).

...

Additional arguments passed to request.

Details

Retrieve characteristics of a specified QualificationType (as originally specified by CreateQualificationType).

qualtype() is an alias.

Value

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

Author(s)

Thomas J. Leeper

References

API Reference

See Also

CreateQualificationType

UpdateQualificationType

DisposeQualificationType

SearchQualificationTypes

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
qual1 <- 
CreateQualificationType(name="Worked for me before",
    description="This qualification is for people who have worked for me before",
    status = "Active",
    keywords="Worked for me before")
GetQualificationType(qual1$QualificationTypeId)
DisposeQualificationType(qual1$QualificationTypeId)

## End(Not run)

leeper/MTurkR documentation built on June 6, 2019, 7:38 a.m.