Get results from Mturk
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)
)
a data frame with columns:
an annotation for the batch
an identifier for the task in the batch
the ID of the HIT in MTurk
the ID of the assignment in MTurk
the ID of the worker who completed the assignment
the worker's response to the task
the time when the worker submitted the assignment
any number or string to annotate the batch
hit ids returned from the MTurk API, i.e., output of sendTasks()
if TRUE, retry retriving results from Mturk API five times; default to TRUE
default to 60 seconds
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
sanbox setting
this function works for complete or incomplete batches