mturk_update_hit_review_status: The UpdateHITReviewStatus operation updates the status of a...

View source: R/mturk_operations.R

mturk_update_hit_review_statusR Documentation

The UpdateHITReviewStatus operation updates the status of a HIT

Description

The update_hit_review_status operation updates the status of a HIT. If the status is Reviewable, this operation can update the status to Reviewing, or it can revert a Reviewing HIT back to the Reviewable status.

See https://www.paws-r-sdk.com/docs/mturk_update_hit_review_status/ for full documentation.

Usage

mturk_update_hit_review_status(HITId, Revert = NULL)

Arguments

HITId

[required] The ID of the HIT to update.

Revert

Specifies how to update the HIT status. Default is False.

  • Setting this to false will only transition a HIT from Reviewable to Reviewing

  • Setting this to true will only transition a HIT from Reviewing to Reviewable


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.