MTCountAssignments: Function to increment a counter of assignments

Description Usage Arguments

View source: R/MTCountAssignments.R

Description

This function fetches the count of assignments a worker has completed from MTurk, adds a counter for newly completed assignments, and posts the new count.

Usage

1
2
MTCountAssignments(results = NULL, counterQual = NULL, approve = FALSE,
  sandbox = TRUE)

Arguments

results

A results object returned from MTurk.

counterQual

The qualification ID string that identifies the counter qualification for this HIT.

approve

Logical. Whether to approve assignments after counting. This will return the results object, but with AssignmentStatus set to ApprovedLocal. Default is FALSE.

sandbox

Logical. Whether to use the sandbox (TRUE) or not; default is TRUE.


andrewbrownphd/MetaTurkR documentation built on Nov. 23, 2019, 4:17 p.m.