get_assignments: Get all assignments for a task.

Description Usage Arguments Value

Description

Most of the time you should not need to call this directly - instead use review_task.

Usage

1
  get_assignments(task = NULL, status, ...)

Arguments

status

Which assignment status to retrieve: "approved", "rejected", or "submitted" (i.e. assignments awaiting approval).

task

The location of an mturk task, see as.task for specification options

...

Other parameters passed on to mturk_task_req.

Value

A data frame with a column for each question (named according to the question identifier. Multiple anwsers (e.g. from multiple selection questions) are separated with the unicode record separater, "\u{001F}". Additional columns provided by MTurk data are assigmnent_id, worker_id, auto_approval_time, accept_time and submit_time.


hadley/mturkr documentation built on May 17, 2019, 11:04 a.m.