GetQualificationType | R Documentation |
Get the details of a Qualification Type.
GetQualificationType(qual, verbose = getOption("pyMTurkR.verbose", TRUE))
qual |
A character string containing a QualificationTypeId. |
verbose |
Optionally print the results of the API request to the
standard output. Default is taken from |
Retrieve characteristics of a specified QualificationType (as originally
specified by CreateQualificationType
).
qualtype()
is an alias.
A data frame containing the QualificationTypeId of the newly created QualificationType and other details as specified in the request.
Tyler Burleigh, Thomas J. Leeper
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.