RequesterReport
and WorkerReport
provide wrappers that return all available statistics.GetStatistic(statistic, period = "LifeToDate", count = NULL,
response.group = NULL,
verbose = getOption('MTurkR.verbose', TRUE), ...)
RequesterReport(period = "LifeToDate",
verbose = getOption('MTurkR.verbose', TRUE), ...)
GetWorkerStatistic(worker, statistic, period = "LifeToDate", count = NULL,
response.group = NULL,
verbose = getOption('MTurkR.verbose', TRUE), ...)
WorkerReport(worker, period = "LifeToDate",
verbose = getOption('MTurkR.verbose', TRUE), ...)
ListStatistics
.period="OneDay"
, the number of days to return. Default is 1 (the most recent day).getOption('MTurkR.verbose', TRUE)
.request
.GetWorkerStatistic
or WorkerReport
are called), and the value thereof. GetStatistic
and GetWorkerStatistic
return only information about the requested statistic as a data.frame. 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