Arguments
assignment
A character string containing an AssignmentId, or a vector of character strings each containing an AssignmentId.
questionIdentifier
A question identifer for a file upload question, as specified in the question
parameter of CreateHIT
or in the placeholder of a HIT template created in the RUI.
download
A logical specifying whether the file(s) should be downloaded and saved in the working directory. Default is FALSE
.
file.ext
An optional character string specifying the file extension of the uploaded files (used only if download=TRUE
).
open.file.in.browser
A logical specifying whether the file should be opened in the user's default web browser.
verbose
Optionally print the results of the API request to the standard output. Default is taken from getOption('MturkR.verbose')
.
...
Additional arguments passed to request
.