Learn R Programming

synapseClient (version 1.14-0)

sendMessage: sendMessage

Description

Send a message to one or more Synapse users

Usage

sendMessage(idList, messageSubject, messageBody)

Arguments

idList
A list of one or more Synapse User or Team IDs. Though IDs are numeric, they should be passed as character arguments.
messageSubject
The message subject.
messageBody
The message body.

Details

Email delivery of the message is subject to the recipient's delivery settings in Synapse. To send a message to the members of a Team, the sender must also be a member of the Team.

Examples

Run this code
## Not run: 
#  sendMessage(list("1234567"), "message subject", "message body")
# ## End(Not run)

Run the code above in your browser using DataLab