Usage
ListOperations(op = NULL)
ListQualificationTypes(qual = NULL)
ListStatistics(stat = NULL, value.type = NULL, type = NULL)
ViewAvailableHITs(query = NULL, requester = NULL, min.reward = NULL, qualified = NULL)
OpenWorkerPage(workerid = NULL)
OpenManageHITPage(hit = NULL)
OpenDownloadPage(hit, download = FALSE)
OpenQualificationPage()
Arguments
op
For ListOperations
: a number indicating which of the operations to return. Probably not useful.
qual
For ListQualificationTypes
: a character string containing the name of a built-in QualificationType. If specified, ListQualificationTypes
returns only the QualificationTypeId of that QualificationType.
stat
For ListStatistics
: an optional character string specifying the name of an MTurk statistic. If specified, only details of that statistic are returned.
value.type
For ListStatistics
: an optional character string specifying whether Double-type or Long-type statistics should be returned. If NULL
, both types are returned. Probably not useful.
type
For ListStatistics
: an optional character string specifying whether GetRequesterStatistic-type or GetRequesterWorkerStatistic-type statistics should be returned. If NULL
, both types are returned.
query
For ViewAvailableHITs
: an optional character string containing a search query used to search through HITs available on the MTurk worker site.
requester
For ViewAvailableHITs
: an optional character string containing a RequesterId whose HITs are to be searched, for example to see how one's own HITs appear to workers on the MTurk worker site.
min.reward
For ViewAvailableHITs
: an optional character string containing a minimum reward (in U.S. Dollars) criterion to be used when searching available HITs on the worker site.
qualified
For ViewAvailableHITs
: an optional logical specifying whether only HITs for which you are qualified should be searched.
workerid
For OpenWorkerPage
: an optional character string containing the WorkerId of a worker whose Requester User Interface (RUI) management page is to be opened. If NULL
, function opens the list of workers.
hit
For OpenManageHITPage
: an optional character string containing the HITId of a HIT whose Requester User Interface (RUI) management page is to be opened. If NULL
, function opens the list of all HITs. For OpenDownloadPage
download
For OpenDownloadPage
: a logical indicating whether the HIT results should be downloaded directly or whether the Requester User Interface (RUI) ManageHIT page should be opened (the default).