Last chance! 50% off unlimited learning
Sale ends in
GetWorkerStatistic
.GetQualificationScore(qual, workers, verbose = getOption('MTurkR.verbose', TRUE), ...)
getOption('MTurkR.verbose', TRUE)
.request
.GetQualifications
instead. Both qual
and workers
can be vectors. If qual
is not length 1 or the same length as workers
, an error will occur.
qualscore()
is an alias.UpdateQualificationScore
GetQualifications
qual1 <-
AssignQualification(workers = "A1RO9UJNWXMU65",
name = "Worked for me before",
description = "This qualification is for people who have worked for me before",
status = "Active",
keywords = "Worked for me before")
GetQualificationScore(qual1$QualificationTypeId, qual1$WorkerId)
# cleanup
DisposeQualificationType(qual1$QualificationTypeId)
Run the code above in your browser using DataLab