mturk_update_hit_type_of_hit {paws.analytics} | R Documentation |
The UpdateHITTypeOfHIT operation allows you to change the HITType properties of a HIT
Description
The update_hit_type_of_hit
operation allows you to change the HITType properties of a HIT. This operation disassociates the HIT from its old HITType properties and associates it with the new HITType properties. The HIT takes on the properties of the new HITType in place of the old ones.
See https://www.paws-r-sdk.com/docs/mturk_update_hit_type_of_hit/ for full documentation.
Usage
mturk_update_hit_type_of_hit(HITId, HITTypeId)
Arguments
HITId |
[required] The HIT to update. |
HITTypeId |
[required] The ID of the new HIT type. |
[Package paws.analytics version 0.9.0 Index]