| removeMessage {jrc} | R Documentation |
Removes a stored message
Description
Removes a message from the storage of a session. This function is a wrapper around
method removeMessage of class Session.
Usage
removeMessage(sessionId = NULL, messageId = NULL)
Arguments
sessionId |
ID of the session from where to remove a message. If there is only one active session, this argument becomes optional. |
messageId |
ID of the message to remove. If there is only one stored message, this argument becomes optional. |
See Also
[Package jrc version 0.6.0 Index]