GenerateNotification {pyMTurkR} | R Documentation |
Generate Notification
Description
Generate a HITType Notification data structure for use in
SetHITTypeNotification
.
Usage
GenerateNotification(
destination,
transport = "Email",
event.type,
version = "2006-05-05"
)
Arguments
destination |
Currently, a character string containing a complete email
address (if |
transport |
Only “ |
event.type |
A character string containing one of:
|
version |
Version of the HITType Notification API to use. Intended only for advanced users. |
Details
Generate a Notification data structure for use in the notification
option of SetHITTypeNotification
.
Value
A dictionary object containing the Notification data structure.
Author(s)
Tyler Burleigh, Thomas J. Leeper