sendTasks: Send prepared task to Mturk and record the API-returned HIT...

Description Usage Arguments Details

View source: R/sendTasks.R

Description

Send prepared task to Mturk and record the API-returned HIT ids.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
sendTasks(
  hit_type = NULL,
  hit_layout = NULL,
  type = NULL,
  tasksrecord = NULL,
  tasksids = NULL,
  HITidspath = NULL,
  n_assignments = "1",
  expire_in_seconds = as.character(60 * 60 * 8),
  batch_annotation = NULL
)

Arguments

hit_type

find from the Mturk requester's dashboard

hit_layout

find from the Mturk requester's dashboard

type

one of WI, T8WSI, R4WSI

tasksrecord

output of recordTasks()

tasksids

ids of tasks to send in numeric form. If left unspecified, the whole batch will be posted

HITidspath

path to record the returned HITids

n_assignments

number of of assignments per task. For the validation tasks, people almost always want 1

expire_in_seconds

default 8 hours

batch_annotation

add if needed

Details

Pairs the local ids with Mturk ids and save them to specified paths


Luwei-Ying/validateIt documentation built on May 12, 2021, 9:43 p.m.