A character string containing a HITId or a vector of character strings containing multiple HITIds.
hit.type
An optional character string containing a HITTypeId (or a vector of HITTypeIds).
response.group
An optional character string specifying what details of each HIT to return of: Minimal, HITQuestion, HITDetail, HITAssignmentSummary. For more information, see http://docs.amazonwebs
verbose
Optionally print the results of the API request to the standard output. Default is taken from getOption('MturkR.verbose').
A dataframe containing a list of HITs and whether the request to dispose of each of them was valid.
Details
Dispose of a HIT (and its assignment data) when it is no longer needed. Must specify a HITId or a HITTypeId, but not both. HITTypeId uses the SearchHITs operation to locate HITs of the specified HITType before disposing of them.
disposehit() is an alias.