RevokeQualification(qual, worker, reason = NULL,
keypair = credentials(), print = getOption('MTurkR.print'),
browser = getOption('MTurkR.browser'),
log.requests = getOption('MTurkR.log'),
sandbox = getOption('MTurkR.sandbox'),
validation.test = getOption('MTurkR.test'))
workers
parameter, supplying each worker with a reason for revoking their Qualification. Workers will see this message.credentials
.TRUE
.FALSE
.TRUE
. See readlogfile
for details.FALSE
.FALSE
.RevokeQualifications()
and revokequal()
are aliases.GrantQualification
RejectQualification
a <- "2YCIA0RYNJ9262B1D82MPTUEXAMPLE"
b <- "A1RO9UJNWXMU65"
c <- "Performance has dropped below required level"
RevokeQualification(qual=a,worker=b,reason=c)
Run the code above in your browser using DataLab