Description Usage Arguments Details
Get results from Mturk
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)
)
|
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 |
this function works for complete or incomplete batches
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.