GetHIT(hit, response.group = NULL,
return.hit.dataframe = TRUE, return.qual.dataframe = TRUE,
verbose = getOption('MTurkR.verbose'), ...)
HITStatus(hit = NULL, hit.type = NULL, verbose = getOption('MTurkR.verbose'), ...)hit xor hit.type.hit xor hit.type, otherwise all HITs are returned in HITStatus.TRUE.TRUE.getOption('MturkR.verbose').request.GetHIT retrieves characteristics of a HIT. HITStatus is a wrapper that retrieves the Number of Assignments Pending, Number of Assignments Available, Number of Assignments Completed for the HIT(s), which is helpful for checking on the progress of currently available HITs. Specifying a hit.type causes the function to first search for avialable HITs of that HITType, then return the requested information for each HIT.
gethit() and hit() are aliases for GetHIT. status() is an alias for HITStatus.