RequesterReport
and WorkerReport
provide wrappers that return all available statistics.GetStatistic(statistic, period = "LifeToDate", count = NULL,
response.group = NULL, verbose = getOption('MTurkR.verbose'), ...)
RequesterReport(period = "LifeToDate", verbose = getOption('MTurkR.verbose'), ...)
GetWorkerStatistic(worker, statistic, period = "LifeToDate", count = NULL,
response.group = NULL, verbose = getOption('MTurkR.verbose'), ...)
WorkerReport(worker, period = "LifeToDate",
verbose = getOption('MTurkR.verbose'), ...)
ListStatistics
.period="OneDay"
, the number of days to return. Default is 1 (the most recent day).getOption('MturkR.verbose')
.request
.GetWorkerStatistic
or WorkerReport
are called), and the value thereof. GetStatistic
and GetWorkerStatistic
return only the requested statistic. RequesterReport
and WorkerReport
return all of the requester and worker statistics, respectively, that are available in ListStatistics
.ListStatistics
. Useful for monitoring workers or one's own use of the requester system.
statistic()
is an alias for GetStatistic
. workerstatistic()
is an alias for GetWorkerStatistic
.ListStatistics
GetStatistic("NumberHITsSubmitted","OneDay")
RequesterReport("ThirtyDays")
GetWorkerStatistic("A1RO9UJNWXMU65","PercentHITsApproved","LifeToDate")
WorkerReport("A1RO9UJNWXMU65","SevenDays")
Run the code above in your browser using DataLab