getResults: Get results from Mturk

Description Usage Arguments Details

View source: R/getResults.R

Description

Get results from Mturk

Usage

1
2
3
4
5
6
7
8
9
getResults(
  batch_id = "unspecified",
  hit_ids,
  retry = TRUE,
  retry_in_seconds = 60,
  AWS_id = Sys.getenv("AWS_ACCESS_KEY_ID"),
  AWS_secret = Sys.getenv("AWS_SECRET_ACCESS_KEY"),
  sandbox = getOption("pyMTurkR.sandbox", TRUE)
)

Arguments

batch_id

any number or string to annotate the batch

hit_ids

hit ids returned from the MTurk API, i.e., output of sendTasks()

retry

if TRUE, retry retriving results from Mturk API five times; default to TRUE

retry_in_seconds

default to 60 seconds

AWS_id

AWS_ACCESS_KEY_ID

AWS_secret

AWS_SECRET_ACCESS_KEY

sandbox

sanbox setting

Details

this function works for complete or incomplete batches


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